Shades of Saddle Brown #854101
Tints of Saddle Brown #854101
RGB
CMYK
RGB Variations
Color information
#854101 (or 0x854101) is known color: Saddle Brown. HEX triplet: 85, 41 and 01. RGB value is (133,65,1). Sum of RGB (Red+Green+Blue) = 133+65+1=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #854101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854101 is #7ABEFE. Grayscale: #4E4E4E. Windows color (decimal): -8044287 or 82309. OLE color: 82309.
HSL color Cylindrical-coordinate representation of color #854101: hue angle of 29.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 #854101 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.48 |
| HSL | 29.09º | 0.99% | 0.26% | - |
| HSV(B) | 29.09º | 0.99% | 0.52% | - |
| XYZ | 11.57 | 8.77 | 1.11 | - |
| YUV | 78.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 1 | 0 | 0.51 | 0.99 | 0.48 | 29.09 | 0.99 | 0.26 |
| Hex | 85 | 41 | 1 | 0 | 33 | 63 | 30 | 1D | 63 | 1A |
| Octal | 205 | 101 | 1 | 0 | 63 | 143 | 60 | 35 | 143 | 32 |
| Binary | 10000101 | 1000001 | 1 | 0 | 110011 | 1100011 | 110000 | 11101 | 1100011 | 11010 |
Color Harmonies of #854101
Complementary color
Monochromatic Colors of #854101
Black with #854101
Text Example
Text Example
White with #854101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854101; }
p { color: rgb(133,65,1); }
H1.HeaderClassName
{
color: #854101;
}
.AnyTagClassName
{
color: #854101;
}
</style>
background-color css
<style>
a { background-color: #854101; }
a { background-color: rgb(133,65,1); }
div.DivClassName
{
background-color: #854101;
}
.BgClassName
{
background-color: #854101;
}
</style>
border-color css
<style>
span { border-color: #854101; }
span { border-color: rgb(133,65,1); }
td.TdClassName
{
border-color: #854101;
}
.TagClassName
{
border-color: #854101;
}
</style>