Shades of Saddle Brown #9C4803
Tints of Saddle Brown #9C4803
RGB
CMYK
RGB Variations
Color information
#9C4803 (or 0x9C4803) is known color: Saddle Brown. HEX triplet: 9C, 48 and 03. RGB value is (156,72,3). Sum of RGB (Red+Green+Blue) = 156+72+3=231 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.53% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4803 is #63B7FC. Grayscale: #595959. Windows color (decimal): -6535165 or 215196. OLE color: 215196.
HSL color Cylindrical-coordinate representation of color #9C4803: hue angle of 27.06º 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 #9C4803 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 72 | 3 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.39 |
| HSL | 27.06º | 0.96% | 0.31% | - |
| HSV(B) | 27.06º | 0.98% | 0.61% | - |
| XYZ | 16.04 | 11.71 | 1.5 | - |
| YUV | 89.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 3 | 0 | 0.54 | 0.98 | 0.39 | 27.06 | 0.96 | 0.31 |
| Hex | 9C | 48 | 3 | 0 | 36 | 62 | 27 | 1B | 60 | 1F |
| Octal | 234 | 110 | 3 | 0 | 66 | 142 | 47 | 33 | 140 | 37 |
| Binary | 10011100 | 1001000 | 11 | 0 | 110110 | 1100010 | 100111 | 11011 | 1100000 | 11111 |
Color Harmonies of #9C4803
Complementary color
Monochromatic Colors of #9C4803
Black with #9C4803
Text Example
Text Example
White with #9C4803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4803; }
p { color: rgb(156,72,3); }
H1.HeaderClassName
{
color: #9C4803;
}
.AnyTagClassName
{
color: #9C4803;
}
</style>
background-color css
<style>
a { background-color: #9C4803; }
a { background-color: rgb(156,72,3); }
div.DivClassName
{
background-color: #9C4803;
}
.BgClassName
{
background-color: #9C4803;
}
</style>
border-color css
<style>
span { border-color: #9C4803; }
span { border-color: rgb(156,72,3); }
td.TdClassName
{
border-color: #9C4803;
}
.TagClassName
{
border-color: #9C4803;
}
</style>