Shades of Saddle Brown #9C4B05
Tints of Saddle Brown #9C4B05
RGB
CMYK
RGB Variations
Color information
#9C4B05 (or 0x9C4B05) is known color: Saddle Brown. HEX triplet: 9C, 4B and 05. RGB value is (156,75,5). Sum of RGB (Red+Green+Blue) = 156+75+5=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4B05 is #63B4FA. Grayscale: #5B5B5B. Windows color (decimal): -6534395 or 347036. OLE color: 347036.
HSL color Cylindrical-coordinate representation of color #9C4B05: hue angle of 27.81º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C4B05 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 75 | 5 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.39 |
| HSL | 27.81º | 0.94% | 0.32% | - |
| HSV(B) | 27.81º | 0.97% | 0.61% | - |
| XYZ | 16.25 | 12.11 | 1.62 | - |
| YUV | 91.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 75 | 5 | 0 | 0.52 | 0.97 | 0.39 | 27.81 | 0.94 | 0.32 |
| Hex | 9C | 4B | 5 | 0 | 34 | 61 | 27 | 1C | 5E | 20 |
| Octal | 234 | 113 | 5 | 0 | 64 | 141 | 47 | 34 | 136 | 40 |
| Binary | 10011100 | 1001011 | 101 | 0 | 110100 | 1100001 | 100111 | 11100 | 1011110 | 100000 |
Color Harmonies of #9C4B05
Complementary color
Monochromatic Colors of #9C4B05
Black with #9C4B05
Text Example
Text Example
White with #9C4B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4B05; }
p { color: rgb(156,75,5); }
H1.HeaderClassName
{
color: #9C4B05;
}
.AnyTagClassName
{
color: #9C4B05;
}
</style>
background-color css
<style>
a { background-color: #9C4B05; }
a { background-color: rgb(156,75,5); }
div.DivClassName
{
background-color: #9C4B05;
}
.BgClassName
{
background-color: #9C4B05;
}
</style>
border-color css
<style>
span { border-color: #9C4B05; }
span { border-color: rgb(156,75,5); }
td.TdClassName
{
border-color: #9C4B05;
}
.TagClassName
{
border-color: #9C4B05;
}
</style>