Shades of Saddle Brown #8C430D
Tints of Saddle Brown #8C430D
RGB
CMYK
RGB Variations
Color information
#8C430D (or 0x8C430D) is known color: Saddle Brown. HEX triplet: 8C, 43 and 0D. RGB value is (140,67,13). Sum of RGB (Red+Green+Blue) = 140+67+13=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C430D is #73BCF2. Grayscale: #525252. Windows color (decimal): -7585011 or 869260. OLE color: 869260.
HSL color Cylindrical-coordinate representation of color #8C430D: hue angle of 25.51º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C430D is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 13 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.45 |
| HSL | 25.51º | 0.83% | 0.3% | - |
| HSV(B) | 25.51º | 0.91% | 0.55% | - |
| XYZ | 12.9 | 9.62 | 1.56 | - |
| YUV | 82.67 | 88.68 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 13 | 0 | 0.52 | 0.91 | 0.45 | 25.51 | 0.83 | 0.3 |
| Hex | 8C | 43 | D | 0 | 34 | 5B | 2D | 1A | 53 | 1E |
| Octal | 214 | 103 | 15 | 0 | 64 | 133 | 55 | 32 | 123 | 36 |
| Binary | 10001100 | 1000011 | 1101 | 0 | 110100 | 1011011 | 101101 | 11010 | 1010011 | 11110 |
Color Harmonies of #8C430D
Complementary color
Monochromatic Colors of #8C430D
Black with #8C430D
Text Example
Text Example
White with #8C430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C430D; }
p { color: rgb(140,67,13); }
H1.HeaderClassName
{
color: #8C430D;
}
.AnyTagClassName
{
color: #8C430D;
}
</style>
background-color css
<style>
a { background-color: #8C430D; }
a { background-color: rgb(140,67,13); }
div.DivClassName
{
background-color: #8C430D;
}
.BgClassName
{
background-color: #8C430D;
}
</style>
border-color css
<style>
span { border-color: #8C430D; }
span { border-color: rgb(140,67,13); }
td.TdClassName
{
border-color: #8C430D;
}
.TagClassName
{
border-color: #8C430D;
}
</style>