Shades of Saddle Brown #874803
Tints of Saddle Brown #874803
RGB
CMYK
RGB Variations
Color information
#874803 (or 0x874803) is known color: Saddle Brown. HEX triplet: 87, 48 and 03. RGB value is (135,72,3). Sum of RGB (Red+Green+Blue) = 135+72+3=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #874803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874803 is #78B7FC. Grayscale: #535353. Windows color (decimal): -7911421 or 215175. OLE color: 215175.
HSL color Cylindrical-coordinate representation of color #874803: hue angle of 31.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #874803 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 3 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.47 |
| HSL | 31.36º | 0.96% | 0.27% | - |
| HSV(B) | 31.36º | 0.98% | 0.53% | - |
| XYZ | 12.33 | 9.79 | 1.33 | - |
| YUV | 82.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 3 | 0 | 0.47 | 0.98 | 0.47 | 31.36 | 0.96 | 0.27 |
| Hex | 87 | 48 | 3 | 0 | 2F | 62 | 2F | 1F | 60 | 1B |
| Octal | 207 | 110 | 3 | 0 | 57 | 142 | 57 | 37 | 140 | 33 |
| Binary | 10000111 | 1001000 | 11 | 0 | 101111 | 1100010 | 101111 | 11111 | 1100000 | 11011 |
Color Harmonies of #874803
Complementary color
Monochromatic Colors of #874803
Black with #874803
Text Example
Text Example
White with #874803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874803; }
p { color: rgb(135,72,3); }
H1.HeaderClassName
{
color: #874803;
}
.AnyTagClassName
{
color: #874803;
}
</style>
background-color css
<style>
a { background-color: #874803; }
a { background-color: rgb(135,72,3); }
div.DivClassName
{
background-color: #874803;
}
.BgClassName
{
background-color: #874803;
}
</style>
border-color css
<style>
span { border-color: #874803; }
span { border-color: rgb(135,72,3); }
td.TdClassName
{
border-color: #874803;
}
.TagClassName
{
border-color: #874803;
}
</style>