Shades of Saddle Brown #874314
Tints of Saddle Brown #874314
RGB
CMYK
RGB Variations
Color information
#874314 (or 0x874314) is known color: Saddle Brown. HEX triplet: 87, 43 and 14. RGB value is (135,67,20). Sum of RGB (Red+Green+Blue) = 135+67+20=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #874314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874314 is #78BCEB. Grayscale: #525252. Windows color (decimal): -7912684 or 1328007. OLE color: 1328007.
HSL color Cylindrical-coordinate representation of color #874314: hue angle of 24.52º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #874314 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 20 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.47 |
| HSL | 24.52º | 0.74% | 0.3% | - |
| HSV(B) | 24.52º | 0.85% | 0.53% | - |
| XYZ | 12.13 | 9.22 | 1.8 | - |
| YUV | 81.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 20 | 0 | 0.50 | 0.85 | 0.47 | 24.52 | 0.74 | 0.3 |
| Hex | 87 | 43 | 14 | 0 | 32 | 55 | 2F | 19 | 4A | 1E |
| Octal | 207 | 103 | 24 | 0 | 62 | 125 | 57 | 31 | 112 | 36 |
| Binary | 10000111 | 1000011 | 10100 | 0 | 110010 | 1010101 | 101111 | 11001 | 1001010 | 11110 |
Color Harmonies of #874314
Complementary color
Monochromatic Colors of #874314
Black with #874314
Text Example
Text Example
White with #874314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874314; }
p { color: rgb(135,67,20); }
H1.HeaderClassName
{
color: #874314;
}
.AnyTagClassName
{
color: #874314;
}
</style>
background-color css
<style>
a { background-color: #874314; }
a { background-color: rgb(135,67,20); }
div.DivClassName
{
background-color: #874314;
}
.BgClassName
{
background-color: #874314;
}
</style>
border-color css
<style>
span { border-color: #874314; }
span { border-color: rgb(135,67,20); }
td.TdClassName
{
border-color: #874314;
}
.TagClassName
{
border-color: #874314;
}
</style>