Shades of Saddle Brown #854902
Tints of Saddle Brown #854902
RGB
CMYK
RGB Variations
Color information
#854902 (or 0x854902) is known color: Saddle Brown. HEX triplet: 85, 49 and 02. RGB value is (133,73,2). Sum of RGB (Red+Green+Blue) = 133+73+2=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #854902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854902 is #7AB6FD. Grayscale: #535353. Windows color (decimal): -8042238 or 149893. OLE color: 149893.
HSL color Cylindrical-coordinate representation of color #854902: hue angle of 32.52º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #854902 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 2 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.48 |
| HSL | 32.52º | 0.97% | 0.26% | - |
| HSV(B) | 32.52º | 0.98% | 0.52% | - |
| XYZ | 12.07 | 9.76 | 1.3 | - |
| YUV | 82.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 2 | 0 | 0.45 | 0.98 | 0.48 | 32.52 | 0.97 | 0.26 |
| Hex | 85 | 49 | 2 | 0 | 2D | 62 | 30 | 21 | 61 | 1A |
| Octal | 205 | 111 | 2 | 0 | 55 | 142 | 60 | 41 | 141 | 32 |
| Binary | 10000101 | 1001001 | 10 | 0 | 101101 | 1100010 | 110000 | 100001 | 1100001 | 11010 |
Color Harmonies of #854902
Complementary color
Monochromatic Colors of #854902
Black with #854902
Text Example
Text Example
White with #854902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854902; }
p { color: rgb(133,73,2); }
H1.HeaderClassName
{
color: #854902;
}
.AnyTagClassName
{
color: #854902;
}
</style>
background-color css
<style>
a { background-color: #854902; }
a { background-color: rgb(133,73,2); }
div.DivClassName
{
background-color: #854902;
}
.BgClassName
{
background-color: #854902;
}
</style>
border-color css
<style>
span { border-color: #854902; }
span { border-color: rgb(133,73,2); }
td.TdClassName
{
border-color: #854902;
}
.TagClassName
{
border-color: #854902;
}
</style>