#9B4D08

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

Shades of Saddle Brown #9B4D08

Tints of Saddle Brown #9B4D08

Color information

#9B4D08 (or 0x9B4D08) is unknown color: approx Saddle Brown. HEX triplet: 9B, 4D and 08. RGB value is (155,77,8). Sum of RGB (Red+Green+Blue) = 155+77+8=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B4D08 is #64B2F7. Grayscale: #5C5C5C. Windows color (decimal): -6599416 or 544155. OLE color: 544155.

HSL color Cylindrical-coordinate representation of color #9B4D08: hue angle of 28.16º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B4D08 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB155778-
CMYK00.500.950.39
HSL28.16º90.18%31.96%-
HSV(B)28.16º94.84%60.78%-
XYZ16.2212.291.75-
YUV92.4680.34172.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 8 (3.52% from 255) = 3.33%
R=64.58%
G=32.08%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15577800.500.950.3928.1690.1831.96
Hex9B4D80325F271c5a20
Octal23311510062137473413240
Binary100110111001101100001100101011111100111111001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,8); }

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

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

 a { background-color: rgb(155,77,8); }

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

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

 span { border-color: rgb(155,77,8); }

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