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