#9B4C08

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

Shades of Saddle Brown #9B4C08

Tints of Saddle Brown #9B4C08

Color information

#9B4C08 (or 0x9B4C08) is unknown color: approx Saddle Brown. HEX triplet: 9B, 4C and 08. RGB value is (155,76,8). Sum of RGB (Red+Green+Blue) = 155+76+8=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4C08 is #64B3F7. Grayscale: #5C5C5C. Windows color (decimal): -6599672 or 543899. OLE color: 543899.

HSL color Cylindrical-coordinate representation of color #9B4C08: hue angle of 27.76º 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 #9B4C08 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB155768-
CMYK00.510.950.39
HSL27.76º90.18%31.96%-
HSV(B)27.76º94.84%60.78%-
XYZ16.1512.151.72-
YUV91.8780.67173.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.85%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=64.85%
G=31.80%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15576800.510.950.3927.7690.1831.96
Hex9B4C80335F271c5a20
Octal23311410063137473413240
Binary100110111001100100001100111011111100111111001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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