Shades of Saddle Brown #87411A
Tints of Saddle Brown #87411A
RGB
CMYK
RGB Variations
Color information
#87411A (or 0x87411A) is known color: Saddle Brown. HEX triplet: 87, 41 and 1A. RGB value is (135,65,26). Sum of RGB (Red+Green+Blue) = 135+65+26=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #87411A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87411A is #78BEE5. Grayscale: #515151. Windows color (decimal): -7913190 or 1720711. OLE color: 1720711.
HSL color Cylindrical-coordinate representation of color #87411A: hue angle of 21.47º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87411A is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 65 | 26 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.47 |
| HSL | 21.47º | 0.68% | 0.32% | - |
| HSV(B) | 21.47º | 0.81% | 0.53% | - |
| XYZ | 12.07 | 9.01 | 2.08 | - |
| YUV | 81.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 26 | 0 | 0.52 | 0.81 | 0.47 | 21.47 | 0.68 | 0.32 |
| Hex | 87 | 41 | 1A | 0 | 34 | 51 | 2F | 15 | 44 | 20 |
| Octal | 207 | 101 | 32 | 0 | 64 | 121 | 57 | 25 | 104 | 40 |
| Binary | 10000111 | 1000001 | 11010 | 0 | 110100 | 1010001 | 101111 | 10101 | 1000100 | 100000 |
Color Harmonies of #87411A
Complementary color
Monochromatic Colors of #87411A
Black with #87411A
Text Example
Text Example
White with #87411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87411A; }
p { color: rgb(135,65,26); }
H1.HeaderClassName
{
color: #87411A;
}
.AnyTagClassName
{
color: #87411A;
}
</style>
background-color css
<style>
a { background-color: #87411A; }
a { background-color: rgb(135,65,26); }
div.DivClassName
{
background-color: #87411A;
}
.BgClassName
{
background-color: #87411A;
}
</style>
border-color css
<style>
span { border-color: #87411A; }
span { border-color: rgb(135,65,26); }
td.TdClassName
{
border-color: #87411A;
}
.TagClassName
{
border-color: #87411A;
}
</style>