Shades of Saddle Brown #9B3608
Tints of Saddle Brown #9B3608
RGB
CMYK
RGB Variations
Color information
#9B3608 (or 0x9B3608) is known color: Saddle Brown. HEX triplet: 9B, 36 and 08. RGB value is (155,54,8). Sum of RGB (Red+Green+Blue) = 155+54+8=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3608 is #64C9F7. Grayscale: #4F4F4F. Windows color (decimal): -6605304 or 538267. OLE color: 538267.
HSL color Cylindrical-coordinate representation of color #9B3608: hue angle of 18.78º 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 #9B3608 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 8 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.39 |
| HSL | 18.78º | 0.9% | 0.32% | - |
| HSV(B) | 18.78º | 0.95% | 0.61% | - |
| XYZ | 14.88 | 9.62 | 1.3 | - |
| YUV | 78.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 8 | 0 | 0.65 | 0.95 | 0.39 | 18.78 | 0.9 | 0.32 |
| Hex | 9B | 36 | 8 | 0 | 41 | 5F | 27 | 13 | 5A | 20 |
| Octal | 233 | 66 | 10 | 0 | 101 | 137 | 47 | 23 | 132 | 40 |
| Binary | 10011011 | 110110 | 1000 | 0 | 1000001 | 1011111 | 100111 | 10011 | 1011010 | 100000 |
Color Harmonies of #9B3608
Complementary color
Monochromatic Colors of #9B3608
Black with #9B3608
Text Example
Text Example
White with #9B3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3608; }
p { color: rgb(155,54,8); }
H1.HeaderClassName
{
color: #9B3608;
}
.AnyTagClassName
{
color: #9B3608;
}
</style>
background-color css
<style>
a { background-color: #9B3608; }
a { background-color: rgb(155,54,8); }
div.DivClassName
{
background-color: #9B3608;
}
.BgClassName
{
background-color: #9B3608;
}
</style>
border-color css
<style>
span { border-color: #9B3608; }
span { border-color: rgb(155,54,8); }
td.TdClassName
{
border-color: #9B3608;
}
.TagClassName
{
border-color: #9B3608;
}
</style>