Shades of Saddle Brown #852D01
Tints of Saddle Brown #852D01
RGB
CMYK
RGB Variations
Color information
#852D01 (or 0x852D01) is known color: Saddle Brown. HEX triplet: 85, 2D and 01. RGB value is (133,45,1). Sum of RGB (Red+Green+Blue) = 133+45+1=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #852D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D01 is #7AD2FE. Grayscale: #424242. Windows color (decimal): -8049407 or 77189. OLE color: 77189.
HSL color Cylindrical-coordinate representation of color #852D01: hue angle of 20º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #852D01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.48 |
| HSL | 20º | 0.99% | 0.26% | - |
| HSV(B) | 20º | 0.99% | 0.52% | - |
| XYZ | 10.62 | 6.87 | 0.79 | - |
| YUV | 66.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 1 | 0 | 0.66 | 0.99 | 0.48 | 20 | 0.99 | 0.26 |
| Hex | 85 | 2D | 1 | 0 | 42 | 63 | 30 | 14 | 63 | 1A |
| Octal | 205 | 55 | 1 | 0 | 102 | 143 | 60 | 24 | 143 | 32 |
| Binary | 10000101 | 101101 | 1 | 0 | 1000010 | 1100011 | 110000 | 10100 | 1100011 | 11010 |
Color Harmonies of #852D01
Complementary color
Monochromatic Colors of #852D01
Black with #852D01
Text Example
Text Example
White with #852D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D01; }
p { color: rgb(133,45,1); }
H1.HeaderClassName
{
color: #852D01;
}
.AnyTagClassName
{
color: #852D01;
}
</style>
background-color css
<style>
a { background-color: #852D01; }
a { background-color: rgb(133,45,1); }
div.DivClassName
{
background-color: #852D01;
}
.BgClassName
{
background-color: #852D01;
}
</style>
border-color css
<style>
span { border-color: #852D01; }
span { border-color: rgb(133,45,1); }
td.TdClassName
{
border-color: #852D01;
}
.TagClassName
{
border-color: #852D01;
}
</style>