Shades of Saddle Brown #852700
Tints of Saddle Brown #852700
RGB
CMYK
RGB Variations
Color information
#852700 (or 0x852700) is known color: Saddle Brown. HEX triplet: 85, 27 and 00. RGB value is (133,39,0). Sum of RGB (Red+Green+Blue) = 133+39+0=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #852700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852700 is #7AD8FF. Grayscale: #3E3E3E. Windows color (decimal): -8050944 or 10117. OLE color: 10117.
HSL color Cylindrical-coordinate representation of color #852700: hue angle of 17.59º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #852700 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.48 |
| HSL | 17.59º | 1% | 0.26% | - |
| HSV(B) | 17.59º | 1% | 0.52% | - |
| XYZ | 10.4 | 6.44 | 0.69 | - |
| YUV | 62.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 0 | 0 | 0.71 | 1 | 0.48 | 17.59 | 1 | 0.26 |
| Hex | 85 | 27 | 0 | 0 | 47 | 64 | 30 | 12 | 64 | 1A |
| Octal | 205 | 47 | 0 | 0 | 107 | 144 | 60 | 22 | 144 | 32 |
| Binary | 10000101 | 100111 | 0 | 0 | 1000111 | 1100100 | 110000 | 10010 | 1100100 | 11010 |
Color Harmonies of #852700
Complementary color
Monochromatic Colors of #852700
Black with #852700
Text Example
Text Example
White with #852700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852700; }
p { color: rgb(133,39,0); }
H1.HeaderClassName
{
color: #852700;
}
.AnyTagClassName
{
color: #852700;
}
</style>
background-color css
<style>
a { background-color: #852700; }
a { background-color: rgb(133,39,0); }
div.DivClassName
{
background-color: #852700;
}
.BgClassName
{
background-color: #852700;
}
</style>
border-color css
<style>
span { border-color: #852700; }
span { border-color: rgb(133,39,0); }
td.TdClassName
{
border-color: #852700;
}
.TagClassName
{
border-color: #852700;
}
</style>