Shades of Saddle Brown #855312
Tints of Saddle Brown #855312
RGB
CMYK
RGB Variations
Color information
#855312 (or 0x855312) is known color: Saddle Brown. HEX triplet: 85, 53 and 12. RGB value is (133,83,18). Sum of RGB (Red+Green+Blue) = 133+83+18=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #855312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855312 is #7AACED. Grayscale: #5A5A5A. Windows color (decimal): -8039662 or 1201029. OLE color: 1201029.
HSL color Cylindrical-coordinate representation of color #855312: hue angle of 33.91º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855312 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 18 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.48 |
| HSL | 33.91º | 0.76% | 0.3% | - |
| HSV(B) | 33.91º | 0.86% | 0.52% | - |
| XYZ | 12.88 | 11.22 | 2.06 | - |
| YUV | 90.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 18 | 0 | 0.38 | 0.86 | 0.48 | 33.91 | 0.76 | 0.3 |
| Hex | 85 | 53 | 12 | 0 | 26 | 56 | 30 | 22 | 4C | 1E |
| Octal | 205 | 123 | 22 | 0 | 46 | 126 | 60 | 42 | 114 | 36 |
| Binary | 10000101 | 1010011 | 10010 | 0 | 100110 | 1010110 | 110000 | 100010 | 1001100 | 11110 |
Color Harmonies of #855312
Complementary color
Monochromatic Colors of #855312
Black with #855312
Text Example
Text Example
White with #855312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855312; }
p { color: rgb(133,83,18); }
H1.HeaderClassName
{
color: #855312;
}
.AnyTagClassName
{
color: #855312;
}
</style>
background-color css
<style>
a { background-color: #855312; }
a { background-color: rgb(133,83,18); }
div.DivClassName
{
background-color: #855312;
}
.BgClassName
{
background-color: #855312;
}
</style>
border-color css
<style>
span { border-color: #855312; }
span { border-color: rgb(133,83,18); }
td.TdClassName
{
border-color: #855312;
}
.TagClassName
{
border-color: #855312;
}
</style>