Shades of Saddle Brown #874800
Tints of Saddle Brown #874800
RGB
CMYK
RGB Variations
Color information
#874800 (or 0x874800) is known color: Saddle Brown. HEX triplet: 87, 48 and 00. RGB value is (135,72,0). Sum of RGB (Red+Green+Blue) = 135+72+0=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #874800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874800 is #78B7FF. Grayscale: #525252. Windows color (decimal): -7911424 or 18567. OLE color: 18567.
HSL color Cylindrical-coordinate representation of color #874800: hue angle of 32º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #874800 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.47 |
| HSL | 32º | 1% | 0.26% | - |
| HSV(B) | 32º | 1% | 0.53% | - |
| XYZ | 12.31 | 9.79 | 1.24 | - |
| YUV | 82.63 | 81.37 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 0 | 0 | 0.47 | 1 | 0.47 | 32 | 1 | 0.26 |
| Hex | 87 | 48 | 0 | 0 | 2F | 64 | 2F | 20 | 64 | 1A |
| Octal | 207 | 110 | 0 | 0 | 57 | 144 | 57 | 40 | 144 | 32 |
| Binary | 10000111 | 1001000 | 0 | 0 | 101111 | 1100100 | 101111 | 100000 | 1100100 | 11010 |
Color Harmonies of #874800
Complementary color
Monochromatic Colors of #874800
Black with #874800
Text Example
Text Example
White with #874800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874800; }
p { color: rgb(135,72,0); }
H1.HeaderClassName
{
color: #874800;
}
.AnyTagClassName
{
color: #874800;
}
</style>
background-color css
<style>
a { background-color: #874800; }
a { background-color: rgb(135,72,0); }
div.DivClassName
{
background-color: #874800;
}
.BgClassName
{
background-color: #874800;
}
</style>
border-color css
<style>
span { border-color: #874800; }
span { border-color: rgb(135,72,0); }
td.TdClassName
{
border-color: #874800;
}
.TagClassName
{
border-color: #874800;
}
</style>