#9B5D19

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

Shades of Golden Brown #9B5D19

Tints of Golden Brown #9B5D19

Color information

#9B5D19 (or 0x9B5D19) is unknown color: approx Golden Brown. HEX triplet: 9B, 5D and 19. RGB value is (155,93,25). Sum of RGB (Red+Green+Blue) = 155+93+25=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5D19 is #64A2E6. Grayscale: #686868. Windows color (decimal): -6595303 or 1662363. OLE color: 1662363.

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

Color convert

RGB1559325-
CMYK00.40.840.39
HSL31.38º72.22%35.29%-
HSV(B)31.38º83.87%60.78%-
XYZ17.6114.872.86-
YUV103.7983.54164.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 25 (10.16% from 255) = 9.16%
R=56.78%
G=34.07%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155932500.40.840.3931.3872.2235.29
Hex9B5D1902854271f4823
Octal23313531050124473711043
Binary1001101110111011100101010001010100100111111111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,93,25); }

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

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

 a { background-color: rgb(155,93,25); }

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

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

 span { border-color: rgb(155,93,25); }

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