Shades of Saddle Brown #853C01
Tints of Saddle Brown #853C01
RGB
CMYK
RGB Variations
Color information
#853C01 (or 0x853C01) is known color: Saddle Brown. HEX triplet: 85, 3C and 01. RGB value is (133,60,1). Sum of RGB (Red+Green+Blue) = 133+60+1=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #853C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C01 is #7AC3FE. Grayscale: #4B4B4B. Windows color (decimal): -8045567 or 81029. OLE color: 81029.
HSL color Cylindrical-coordinate representation of color #853C01: hue angle of 26.82º 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 #853C01 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.48 |
| HSL | 26.82º | 0.99% | 0.26% | - |
| HSV(B) | 26.82º | 0.99% | 0.52% | - |
| XYZ | 11.29 | 8.22 | 1.02 | - |
| YUV | 75.1 | 86.18 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 1 | 0 | 0.55 | 0.99 | 0.48 | 26.82 | 0.99 | 0.26 |
| Hex | 85 | 3C | 1 | 0 | 37 | 63 | 30 | 1B | 63 | 1A |
| Octal | 205 | 74 | 1 | 0 | 67 | 143 | 60 | 33 | 143 | 32 |
| Binary | 10000101 | 111100 | 1 | 0 | 110111 | 1100011 | 110000 | 11011 | 1100011 | 11010 |
Color Harmonies of #853C01
Complementary color
Monochromatic Colors of #853C01
Black with #853C01
Text Example
Text Example
White with #853C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C01; }
p { color: rgb(133,60,1); }
H1.HeaderClassName
{
color: #853C01;
}
.AnyTagClassName
{
color: #853C01;
}
</style>
background-color css
<style>
a { background-color: #853C01; }
a { background-color: rgb(133,60,1); }
div.DivClassName
{
background-color: #853C01;
}
.BgClassName
{
background-color: #853C01;
}
</style>
border-color css
<style>
span { border-color: #853C01; }
span { border-color: rgb(133,60,1); }
td.TdClassName
{
border-color: #853C01;
}
.TagClassName
{
border-color: #853C01;
}
</style>