Shades of Saddle Brown #874019
Tints of Saddle Brown #874019
RGB
CMYK
RGB Variations
Color information
#874019 (or 0x874019) is known color: Saddle Brown. HEX triplet: 87, 40 and 19. RGB value is (135,64,25). Sum of RGB (Red+Green+Blue) = 135+64+25=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #874019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874019 is #78BFE6. Grayscale: #515151. Windows color (decimal): -7913447 or 1654919. OLE color: 1654919.
HSL color Cylindrical-coordinate representation of color #874019: hue angle of 21.27º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #874019 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 25 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.47 |
| HSL | 21.27º | 0.69% | 0.31% | - |
| HSV(B) | 21.27º | 0.81% | 0.53% | - |
| XYZ | 12 | 8.89 | 2 | - |
| YUV | 80.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 25 | 0 | 0.53 | 0.81 | 0.47 | 21.27 | 0.69 | 0.31 |
| Hex | 87 | 40 | 19 | 0 | 35 | 51 | 2F | 15 | 45 | 1F |
| Octal | 207 | 100 | 31 | 0 | 65 | 121 | 57 | 25 | 105 | 37 |
| Binary | 10000111 | 1000000 | 11001 | 0 | 110101 | 1010001 | 101111 | 10101 | 1000101 | 11111 |
Color Harmonies of #874019
Complementary color
Monochromatic Colors of #874019
Black with #874019
Text Example
Text Example
White with #874019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874019; }
p { color: rgb(135,64,25); }
H1.HeaderClassName
{
color: #874019;
}
.AnyTagClassName
{
color: #874019;
}
</style>
background-color css
<style>
a { background-color: #874019; }
a { background-color: rgb(135,64,25); }
div.DivClassName
{
background-color: #874019;
}
.BgClassName
{
background-color: #874019;
}
</style>
border-color css
<style>
span { border-color: #874019; }
span { border-color: rgb(135,64,25); }
td.TdClassName
{
border-color: #874019;
}
.TagClassName
{
border-color: #874019;
}
</style>