Shades of Saddle Brown #853601
Tints of Saddle Brown #853601
RGB
CMYK
RGB Variations
Color information
#853601 (or 0x853601) is known color: Saddle Brown. HEX triplet: 85, 36 and 01. RGB value is (133,54,1). Sum of RGB (Red+Green+Blue) = 133+54+1=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #853601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853601 is #7AC9FE. Grayscale: #474747. Windows color (decimal): -8047103 or 79493. OLE color: 79493.
HSL color Cylindrical-coordinate representation of color #853601: hue angle of 24.09º 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 #853601 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.48 |
| HSL | 24.09º | 0.99% | 0.26% | - |
| HSV(B) | 24.09º | 0.99% | 0.52% | - |
| XYZ | 11 | 7.63 | 0.92 | - |
| YUV | 71.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 1 | 0 | 0.59 | 0.99 | 0.48 | 24.09 | 0.99 | 0.26 |
| Hex | 85 | 36 | 1 | 0 | 3B | 63 | 30 | 18 | 63 | 1A |
| Octal | 205 | 66 | 1 | 0 | 73 | 143 | 60 | 30 | 143 | 32 |
| Binary | 10000101 | 110110 | 1 | 0 | 111011 | 1100011 | 110000 | 11000 | 1100011 | 11010 |
Color Harmonies of #853601
Complementary color
Monochromatic Colors of #853601
Black with #853601
Text Example
Text Example
White with #853601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853601; }
p { color: rgb(133,54,1); }
H1.HeaderClassName
{
color: #853601;
}
.AnyTagClassName
{
color: #853601;
}
</style>
background-color css
<style>
a { background-color: #853601; }
a { background-color: rgb(133,54,1); }
div.DivClassName
{
background-color: #853601;
}
.BgClassName
{
background-color: #853601;
}
</style>
border-color css
<style>
span { border-color: #853601; }
span { border-color: rgb(133,54,1); }
td.TdClassName
{
border-color: #853601;
}
.TagClassName
{
border-color: #853601;
}
</style>