Shades of Saddle Brown #875312
Tints of Saddle Brown #875312
RGB
CMYK
RGB Variations
Color information
#875312 (or 0x875312) is known color: Saddle Brown. HEX triplet: 87, 53 and 12. RGB value is (135,83,18). Sum of RGB (Red+Green+Blue) = 135+83+18=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #875312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875312 is #78ACED. Grayscale: #5B5B5B. Windows color (decimal): -7908590 or 1201031. OLE color: 1201031.
HSL color Cylindrical-coordinate representation of color #875312: hue angle of 33.33º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #875312 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 18 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.47 |
| HSL | 33.33º | 0.76% | 0.3% | - |
| HSV(B) | 33.33º | 0.87% | 0.53% | - |
| XYZ | 13.19 | 11.38 | 2.07 | - |
| YUV | 91.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 18 | 0 | 0.39 | 0.87 | 0.47 | 33.33 | 0.76 | 0.3 |
| Hex | 87 | 53 | 12 | 0 | 27 | 57 | 2F | 21 | 4C | 1E |
| Octal | 207 | 123 | 22 | 0 | 47 | 127 | 57 | 41 | 114 | 36 |
| Binary | 10000111 | 1010011 | 10010 | 0 | 100111 | 1010111 | 101111 | 100001 | 1001100 | 11110 |
Color Harmonies of #875312
Complementary color
Monochromatic Colors of #875312
Black with #875312
Text Example
Text Example
White with #875312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875312; }
p { color: rgb(135,83,18); }
H1.HeaderClassName
{
color: #875312;
}
.AnyTagClassName
{
color: #875312;
}
</style>
background-color css
<style>
a { background-color: #875312; }
a { background-color: rgb(135,83,18); }
div.DivClassName
{
background-color: #875312;
}
.BgClassName
{
background-color: #875312;
}
</style>
border-color css
<style>
span { border-color: #875312; }
span { border-color: rgb(135,83,18); }
td.TdClassName
{
border-color: #875312;
}
.TagClassName
{
border-color: #875312;
}
</style>