Shades of Saddle Brown #874413
Tints of Saddle Brown #874413
RGB
CMYK
RGB Variations
Color information
#874413 (or 0x874413) is known color: Saddle Brown. HEX triplet: 87, 44 and 13. RGB value is (135,68,19). Sum of RGB (Red+Green+Blue) = 135+68+19=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #874413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874413 is #78BBEC. Grayscale: #525252. Windows color (decimal): -7912429 or 1262727. OLE color: 1262727.
HSL color Cylindrical-coordinate representation of color #874413: hue angle of 25.34º 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 #874413 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 68 | 19 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.47 |
| HSL | 25.34º | 0.75% | 0.3% | - |
| HSV(B) | 25.34º | 0.86% | 0.53% | - |
| XYZ | 12.18 | 9.33 | 1.78 | - |
| YUV | 82.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 19 | 0 | 0.50 | 0.86 | 0.47 | 25.34 | 0.75 | 0.3 |
| Hex | 87 | 44 | 13 | 0 | 32 | 56 | 2F | 19 | 4B | 1E |
| Octal | 207 | 104 | 23 | 0 | 62 | 126 | 57 | 31 | 113 | 36 |
| Binary | 10000111 | 1000100 | 10011 | 0 | 110010 | 1010110 | 101111 | 11001 | 1001011 | 11110 |
Color Harmonies of #874413
Complementary color
Monochromatic Colors of #874413
Black with #874413
Text Example
Text Example
White with #874413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874413; }
p { color: rgb(135,68,19); }
H1.HeaderClassName
{
color: #874413;
}
.AnyTagClassName
{
color: #874413;
}
</style>
background-color css
<style>
a { background-color: #874413; }
a { background-color: rgb(135,68,19); }
div.DivClassName
{
background-color: #874413;
}
.BgClassName
{
background-color: #874413;
}
</style>
border-color css
<style>
span { border-color: #874413; }
span { border-color: rgb(135,68,19); }
td.TdClassName
{
border-color: #874413;
}
.TagClassName
{
border-color: #874413;
}
</style>