Shades of Saddle Brown #854D01
Tints of Saddle Brown #854D01
RGB
CMYK
RGB Variations
Color information
#854D01 (or 0x854D01) is known color: Saddle Brown. HEX triplet: 85, 4D and 01. RGB value is (133,77,1). Sum of RGB (Red+Green+Blue) = 133+77+1=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #854D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854D01 is #7AB2FE. Grayscale: #555555. Windows color (decimal): -8041215 or 85381. OLE color: 85381.
HSL color Cylindrical-coordinate representation of color #854D01: hue angle of 34.55º 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 #854D01 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.48 |
| HSL | 34.55º | 0.99% | 0.26% | - |
| HSV(B) | 34.55º | 0.99% | 0.52% | - |
| XYZ | 12.33 | 10.3 | 1.37 | - |
| YUV | 85.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 1 | 0 | 0.42 | 0.99 | 0.48 | 34.55 | 0.99 | 0.26 |
| Hex | 85 | 4D | 1 | 0 | 2A | 63 | 30 | 23 | 63 | 1A |
| Octal | 205 | 115 | 1 | 0 | 52 | 143 | 60 | 43 | 143 | 32 |
| Binary | 10000101 | 1001101 | 1 | 0 | 101010 | 1100011 | 110000 | 100011 | 1100011 | 11010 |
Color Harmonies of #854D01
Complementary color
Monochromatic Colors of #854D01
Black with #854D01
Text Example
Text Example
White with #854D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D01; }
p { color: rgb(133,77,1); }
H1.HeaderClassName
{
color: #854D01;
}
.AnyTagClassName
{
color: #854D01;
}
</style>
background-color css
<style>
a { background-color: #854D01; }
a { background-color: rgb(133,77,1); }
div.DivClassName
{
background-color: #854D01;
}
.BgClassName
{
background-color: #854D01;
}
</style>
border-color css
<style>
span { border-color: #854D01; }
span { border-color: rgb(133,77,1); }
td.TdClassName
{
border-color: #854D01;
}
.TagClassName
{
border-color: #854D01;
}
</style>