Shades of Saddle Brown #854401
Tints of Saddle Brown #854401
RGB
CMYK
RGB Variations
Color information
#854401 (or 0x854401) is known color: Saddle Brown. HEX triplet: 85, 44 and 01. RGB value is (133,68,1). Sum of RGB (Red+Green+Blue) = 133+68+1=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #854401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854401 is #7ABBFE. Grayscale: #505050. Windows color (decimal): -8043519 or 83077. OLE color: 83077.
HSL color Cylindrical-coordinate representation of color #854401: hue angle of 30.45º 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 #854401 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.48 |
| HSL | 30.45º | 0.99% | 0.26% | - |
| HSV(B) | 30.45º | 0.99% | 0.52% | - |
| XYZ | 11.75 | 9.12 | 1.17 | - |
| YUV | 79.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 1 | 0 | 0.49 | 0.99 | 0.48 | 30.45 | 0.99 | 0.26 |
| Hex | 85 | 44 | 1 | 0 | 31 | 63 | 30 | 1E | 63 | 1A |
| Octal | 205 | 104 | 1 | 0 | 61 | 143 | 60 | 36 | 143 | 32 |
| Binary | 10000101 | 1000100 | 1 | 0 | 110001 | 1100011 | 110000 | 11110 | 1100011 | 11010 |
Color Harmonies of #854401
Complementary color
Monochromatic Colors of #854401
Black with #854401
Text Example
Text Example
White with #854401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854401; }
p { color: rgb(133,68,1); }
H1.HeaderClassName
{
color: #854401;
}
.AnyTagClassName
{
color: #854401;
}
</style>
background-color css
<style>
a { background-color: #854401; }
a { background-color: rgb(133,68,1); }
div.DivClassName
{
background-color: #854401;
}
.BgClassName
{
background-color: #854401;
}
</style>
border-color css
<style>
span { border-color: #854401; }
span { border-color: rgb(133,68,1); }
td.TdClassName
{
border-color: #854401;
}
.TagClassName
{
border-color: #854401;
}
</style>