Shades of Saddle Brown #852E04
Tints of Saddle Brown #852E04
RGB
CMYK
RGB Variations
Color information
#852E04 (or 0x852E04) is known color: Saddle Brown. HEX triplet: 85, 2E and 04. RGB value is (133,46,4). Sum of RGB (Red+Green+Blue) = 133+46+4=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #852E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E04 is #7AD1FB. Grayscale: #434343. Windows color (decimal): -8049148 or 274053. OLE color: 274053.
HSL color Cylindrical-coordinate representation of color #852E04: hue angle of 19.53º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #852E04 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 4 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.48 |
| HSL | 19.53º | 0.94% | 0.27% | - |
| HSV(B) | 19.53º | 0.97% | 0.52% | - |
| XYZ | 10.67 | 6.95 | 0.89 | - |
| YUV | 67.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 4 | 0 | 0.65 | 0.97 | 0.48 | 19.53 | 0.94 | 0.27 |
| Hex | 85 | 2E | 4 | 0 | 41 | 61 | 30 | 14 | 5E | 1B |
| Octal | 205 | 56 | 4 | 0 | 101 | 141 | 60 | 24 | 136 | 33 |
| Binary | 10000101 | 101110 | 100 | 0 | 1000001 | 1100001 | 110000 | 10100 | 1011110 | 11011 |
Color Harmonies of #852E04
Complementary color
Monochromatic Colors of #852E04
Black with #852E04
Text Example
Text Example
White with #852E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E04; }
p { color: rgb(133,46,4); }
H1.HeaderClassName
{
color: #852E04;
}
.AnyTagClassName
{
color: #852E04;
}
</style>
background-color css
<style>
a { background-color: #852E04; }
a { background-color: rgb(133,46,4); }
div.DivClassName
{
background-color: #852E04;
}
.BgClassName
{
background-color: #852E04;
}
</style>
border-color css
<style>
span { border-color: #852E04; }
span { border-color: rgb(133,46,4); }
td.TdClassName
{
border-color: #852E04;
}
.TagClassName
{
border-color: #852E04;
}
</style>