Shades of Saddle Brown #9C430E
Tints of Saddle Brown #9C430E
RGB
CMYK
RGB Variations
Color information
#9C430E (or 0x9C430E) is known color: Saddle Brown. HEX triplet: 9C, 43 and 0E. RGB value is (156,67,14). Sum of RGB (Red+Green+Blue) = 156+67+14=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C430E is #63BCF1. Grayscale: #575757. Windows color (decimal): -6536434 or 934812. OLE color: 934812.
HSL color Cylindrical-coordinate representation of color #9C430E: hue angle of 22.39º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C430E is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 14 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.39 |
| HSL | 22.39º | 0.84% | 0.33% | - |
| HSV(B) | 22.39º | 0.91% | 0.61% | - |
| XYZ | 15.8 | 11.11 | 1.73 | - |
| YUV | 87.57 | 86.49 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 14 | 0 | 0.57 | 0.91 | 0.39 | 22.39 | 0.84 | 0.33 |
| Hex | 9C | 43 | E | 0 | 39 | 5B | 27 | 16 | 54 | 21 |
| Octal | 234 | 103 | 16 | 0 | 71 | 133 | 47 | 26 | 124 | 41 |
| Binary | 10011100 | 1000011 | 1110 | 0 | 111001 | 1011011 | 100111 | 10110 | 1010100 | 100001 |
Color Harmonies of #9C430E
Complementary color
Monochromatic Colors of #9C430E
Black with #9C430E
Text Example
Text Example
White with #9C430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C430E; }
p { color: rgb(156,67,14); }
H1.HeaderClassName
{
color: #9C430E;
}
.AnyTagClassName
{
color: #9C430E;
}
</style>
background-color css
<style>
a { background-color: #9C430E; }
a { background-color: rgb(156,67,14); }
div.DivClassName
{
background-color: #9C430E;
}
.BgClassName
{
background-color: #9C430E;
}
</style>
border-color css
<style>
span { border-color: #9C430E; }
span { border-color: rgb(156,67,14); }
td.TdClassName
{
border-color: #9C430E;
}
.TagClassName
{
border-color: #9C430E;
}
</style>