Shades of Saddle Brown #874213
Tints of Saddle Brown #874213
RGB
CMYK
RGB Variations
Color information
#874213 (or 0x874213) is known color: Saddle Brown. HEX triplet: 87, 42 and 13. RGB value is (135,66,19). Sum of RGB (Red+Green+Blue) = 135+66+19=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #874213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874213 is #78BDEC. Grayscale: #515151. Windows color (decimal): -7912941 or 1262215. OLE color: 1262215.
HSL color Cylindrical-coordinate representation of color #874213: hue angle of 24.31º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #874213 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 66 | 19 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.47 |
| HSL | 24.31º | 0.75% | 0.3% | - |
| HSV(B) | 24.31º | 0.86% | 0.53% | - |
| XYZ | 12.06 | 9.09 | 1.74 | - |
| YUV | 81.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 19 | 0 | 0.51 | 0.86 | 0.47 | 24.31 | 0.75 | 0.3 |
| Hex | 87 | 42 | 13 | 0 | 33 | 56 | 2F | 18 | 4B | 1E |
| Octal | 207 | 102 | 23 | 0 | 63 | 126 | 57 | 30 | 113 | 36 |
| Binary | 10000111 | 1000010 | 10011 | 0 | 110011 | 1010110 | 101111 | 11000 | 1001011 | 11110 |
Color Harmonies of #874213
Complementary color
Monochromatic Colors of #874213
Black with #874213
Text Example
Text Example
White with #874213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874213; }
p { color: rgb(135,66,19); }
H1.HeaderClassName
{
color: #874213;
}
.AnyTagClassName
{
color: #874213;
}
</style>
background-color css
<style>
a { background-color: #874213; }
a { background-color: rgb(135,66,19); }
div.DivClassName
{
background-color: #874213;
}
.BgClassName
{
background-color: #874213;
}
</style>
border-color css
<style>
span { border-color: #874213; }
span { border-color: rgb(135,66,19); }
td.TdClassName
{
border-color: #874213;
}
.TagClassName
{
border-color: #874213;
}
</style>