#9B5815

Color #9B5815 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9B5815

Tints of Golden Brown #9B5815

Color information

#9B5815 (or 0x9B5815) is unknown color: approx Golden Brown. HEX triplet: 9B, 58 and 15. RGB value is (155,88,21). Sum of RGB (Red+Green+Blue) = 155+88+21=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5815 is #64A7EA. Grayscale: #646464. Windows color (decimal): -6596587 or 1398939. OLE color: 1398939.

HSL color Cylindrical-coordinate representation of color #9B5815: hue angle of 30º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B5815 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1558821-
CMYK00.430.860.39
HSL30º76.14%34.51%-
HSV(B)30º86.45%60.78%-
XYZ17.14142.51-
YUV100.483.2166.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=58.71%
G=33.33%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155882100.430.860.393076.1434.51
Hex9B581502B56271e4c23
Octal23313025053126473611443
Binary1001101110110001010101010111010110100111111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B5815; }

 p { color: rgb(155,88,21); }

 H1.HeaderClassName
 {
   color: #9B5815;
 }
 .AnyTagClassName
 {
   color: #9B5815;
 }
</style>
background-color css

<style>
 a { background-color: #9B5815; }

 a { background-color: rgb(155,88,21); }

 div.DivClassName
 {
   background-color: #9B5815;
 }
 .BgClassName
 {
   background-color: #9B5815;
 }
</style>
border-color css

<style>
 span { border-color: #9B5815; }

 span { border-color: rgb(155,88,21); }

 td.TdClassName
 {
   border-color: #9B5815;
 }
 .TagClassName
 {
   border-color: #9B5815;
 }
</style>