Shades of Saddle Brown #874501
Tints of Saddle Brown #874501
RGB
CMYK
RGB Variations
Color information
#874501 (or 0x874501) is known color: Saddle Brown. HEX triplet: 87, 45 and 01. RGB value is (135,69,1). Sum of RGB (Red+Green+Blue) = 135+69+1=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #874501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874501 is #78BAFE. Grayscale: #515151. Windows color (decimal): -7912191 or 83335. OLE color: 83335.
HSL color Cylindrical-coordinate representation of color #874501: hue angle of 30.45º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #874501 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.47 |
| HSL | 30.45º | 0.99% | 0.27% | - |
| HSV(B) | 30.45º | 0.99% | 0.53% | - |
| XYZ | 12.13 | 9.41 | 1.21 | - |
| YUV | 80.98 | 82.87 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 1 | 0 | 0.49 | 0.99 | 0.47 | 30.45 | 0.99 | 0.27 |
| Hex | 87 | 45 | 1 | 0 | 31 | 63 | 2F | 1E | 63 | 1B |
| Octal | 207 | 105 | 1 | 0 | 61 | 143 | 57 | 36 | 143 | 33 |
| Binary | 10000111 | 1000101 | 1 | 0 | 110001 | 1100011 | 101111 | 11110 | 1100011 | 11011 |
Color Harmonies of #874501
Complementary color
Monochromatic Colors of #874501
Black with #874501
Text Example
Text Example
White with #874501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874501; }
p { color: rgb(135,69,1); }
H1.HeaderClassName
{
color: #874501;
}
.AnyTagClassName
{
color: #874501;
}
</style>
background-color css
<style>
a { background-color: #874501; }
a { background-color: rgb(135,69,1); }
div.DivClassName
{
background-color: #874501;
}
.BgClassName
{
background-color: #874501;
}
</style>
border-color css
<style>
span { border-color: #874501; }
span { border-color: rgb(135,69,1); }
td.TdClassName
{
border-color: #874501;
}
.TagClassName
{
border-color: #874501;
}
</style>