Shades of Saddle Brown #9C3603
Tints of Saddle Brown #9C3603
RGB
CMYK
RGB Variations
Color information
#9C3603 (or 0x9C3603) is known color: Saddle Brown. HEX triplet: 9C, 36 and 03. RGB value is (156,54,3). Sum of RGB (Red+Green+Blue) = 156+54+3=213 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.24% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3603 is #63C9FC. Grayscale: #4E4E4E. Windows color (decimal): -6539773 or 210588. OLE color: 210588.
HSL color Cylindrical-coordinate representation of color #9C3603: hue angle of 20º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C3603 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.39 |
| HSL | 20º | 0.96% | 0.31% | - |
| HSV(B) | 20º | 0.98% | 0.61% | - |
| XYZ | 15.05 | 9.71 | 1.17 | - |
| YUV | 78.68 | 85.29 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 3 | 0 | 0.65 | 0.98 | 0.39 | 20 | 0.96 | 0.31 |
| Hex | 9C | 36 | 3 | 0 | 41 | 62 | 27 | 14 | 60 | 1F |
| Octal | 234 | 66 | 3 | 0 | 101 | 142 | 47 | 24 | 140 | 37 |
| Binary | 10011100 | 110110 | 11 | 0 | 1000001 | 1100010 | 100111 | 10100 | 1100000 | 11111 |
Color Harmonies of #9C3603
Complementary color
Monochromatic Colors of #9C3603
Black with #9C3603
Text Example
Text Example
White with #9C3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3603; }
p { color: rgb(156,54,3); }
H1.HeaderClassName
{
color: #9C3603;
}
.AnyTagClassName
{
color: #9C3603;
}
</style>
background-color css
<style>
a { background-color: #9C3603; }
a { background-color: rgb(156,54,3); }
div.DivClassName
{
background-color: #9C3603;
}
.BgClassName
{
background-color: #9C3603;
}
</style>
border-color css
<style>
span { border-color: #9C3603; }
span { border-color: rgb(156,54,3); }
td.TdClassName
{
border-color: #9C3603;
}
.TagClassName
{
border-color: #9C3603;
}
</style>