Shades of Saddle Brown #853A04
Tints of Saddle Brown #853A04
RGB
CMYK
RGB Variations
Color information
#853A04 (or 0x853A04) is known color: Saddle Brown. HEX triplet: 85, 3A and 04. RGB value is (133,58,4). Sum of RGB (Red+Green+Blue) = 133+58+4=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #853A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853A04 is #7AC5FB. Grayscale: #4A4A4A. Windows color (decimal): -8046076 or 277125. OLE color: 277125.
HSL color Cylindrical-coordinate representation of color #853A04: hue angle of 25.12º 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 #853A04 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 4 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.48 |
| HSL | 25.12º | 0.94% | 0.27% | - |
| HSV(B) | 25.12º | 0.97% | 0.52% | - |
| XYZ | 11.21 | 8.02 | 1.07 | - |
| YUV | 74.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 4 | 0 | 0.56 | 0.97 | 0.48 | 25.12 | 0.94 | 0.27 |
| Hex | 85 | 3A | 4 | 0 | 38 | 61 | 30 | 19 | 5E | 1B |
| Octal | 205 | 72 | 4 | 0 | 70 | 141 | 60 | 31 | 136 | 33 |
| Binary | 10000101 | 111010 | 100 | 0 | 111000 | 1100001 | 110000 | 11001 | 1011110 | 11011 |
Color Harmonies of #853A04
Complementary color
Monochromatic Colors of #853A04
Black with #853A04
Text Example
Text Example
White with #853A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A04; }
p { color: rgb(133,58,4); }
H1.HeaderClassName
{
color: #853A04;
}
.AnyTagClassName
{
color: #853A04;
}
</style>
background-color css
<style>
a { background-color: #853A04; }
a { background-color: rgb(133,58,4); }
div.DivClassName
{
background-color: #853A04;
}
.BgClassName
{
background-color: #853A04;
}
</style>
border-color css
<style>
span { border-color: #853A04; }
span { border-color: rgb(133,58,4); }
td.TdClassName
{
border-color: #853A04;
}
.TagClassName
{
border-color: #853A04;
}
</style>