Shades of Saddle Brown #874A0D
Tints of Saddle Brown #874A0D
RGB
CMYK
RGB Variations
Color information
#874A0D (or 0x874A0D) is known color: Saddle Brown. HEX triplet: 87, 4A and 0D. RGB value is (135,74,13). Sum of RGB (Red+Green+Blue) = 135+74+13=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #874A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874A0D is #78B5F2. Grayscale: #555555. Windows color (decimal): -7910899 or 871047. OLE color: 871047.
HSL color Cylindrical-coordinate representation of color #874A0D: hue angle of 30º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #874A0D is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 13 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.47 |
| HSL | 30º | 0.82% | 0.29% | - |
| HSV(B) | 30º | 0.9% | 0.53% | - |
| XYZ | 12.51 | 10.08 | 1.67 | - |
| YUV | 85.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 13 | 0 | 0.45 | 0.90 | 0.47 | 30 | 0.82 | 0.29 |
| Hex | 87 | 4A | D | 0 | 2D | 5A | 2F | 1E | 52 | 1D |
| Octal | 207 | 112 | 15 | 0 | 55 | 132 | 57 | 36 | 122 | 35 |
| Binary | 10000111 | 1001010 | 1101 | 0 | 101101 | 1011010 | 101111 | 11110 | 1010010 | 11101 |
Color Harmonies of #874A0D
Complementary color
Monochromatic Colors of #874A0D
Black with #874A0D
Text Example
Text Example
White with #874A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A0D; }
p { color: rgb(135,74,13); }
H1.HeaderClassName
{
color: #874A0D;
}
.AnyTagClassName
{
color: #874A0D;
}
</style>
background-color css
<style>
a { background-color: #874A0D; }
a { background-color: rgb(135,74,13); }
div.DivClassName
{
background-color: #874A0D;
}
.BgClassName
{
background-color: #874A0D;
}
</style>
border-color css
<style>
span { border-color: #874A0D; }
span { border-color: rgb(135,74,13); }
td.TdClassName
{
border-color: #874A0D;
}
.TagClassName
{
border-color: #874A0D;
}
</style>