Shades of Saddle Brown #854D05
Tints of Saddle Brown #854D05
RGB
CMYK
RGB Variations
Color information
#854D05 (or 0x854D05) is known color: Saddle Brown. HEX triplet: 85, 4D and 05. RGB value is (133,77,5). Sum of RGB (Red+Green+Blue) = 133+77+5=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #854D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854D05 is #7AB2FA. Grayscale: #555555. Windows color (decimal): -8041211 or 347525. OLE color: 347525.
HSL color Cylindrical-coordinate representation of color #854D05: hue angle of 33.75º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #854D05 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 5 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.48 |
| HSL | 33.75º | 0.93% | 0.27% | - |
| HSV(B) | 33.75º | 0.96% | 0.52% | - |
| XYZ | 12.35 | 10.31 | 1.48 | - |
| YUV | 85.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 5 | 0 | 0.42 | 0.96 | 0.48 | 33.75 | 0.93 | 0.27 |
| Hex | 85 | 4D | 5 | 0 | 2A | 60 | 30 | 22 | 5D | 1B |
| Octal | 205 | 115 | 5 | 0 | 52 | 140 | 60 | 42 | 135 | 33 |
| Binary | 10000101 | 1001101 | 101 | 0 | 101010 | 1100000 | 110000 | 100010 | 1011101 | 11011 |
Color Harmonies of #854D05
Complementary color
Monochromatic Colors of #854D05
Black with #854D05
Text Example
Text Example
White with #854D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D05; }
p { color: rgb(133,77,5); }
H1.HeaderClassName
{
color: #854D05;
}
.AnyTagClassName
{
color: #854D05;
}
</style>
background-color css
<style>
a { background-color: #854D05; }
a { background-color: rgb(133,77,5); }
div.DivClassName
{
background-color: #854D05;
}
.BgClassName
{
background-color: #854D05;
}
</style>
border-color css
<style>
span { border-color: #854D05; }
span { border-color: rgb(133,77,5); }
td.TdClassName
{
border-color: #854D05;
}
.TagClassName
{
border-color: #854D05;
}
</style>