Shades of Saddle Brown #854301
Tints of Saddle Brown #854301
RGB
CMYK
RGB Variations
Color information
#854301 (or 0x854301) is known color: Saddle Brown. HEX triplet: 85, 43 and 01. RGB value is (133,67,1). Sum of RGB (Red+Green+Blue) = 133+67+1=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #854301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854301 is #7ABCFE. Grayscale: #4F4F4F. Windows color (decimal): -8043775 or 82821. OLE color: 82821.
HSL color Cylindrical-coordinate representation of color #854301: hue angle of 30º 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 #854301 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.48 |
| HSL | 30º | 0.99% | 0.26% | - |
| HSV(B) | 30º | 0.99% | 0.52% | - |
| XYZ | 11.69 | 9 | 1.15 | - |
| YUV | 79.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 1 | 0 | 0.50 | 0.99 | 0.48 | 30 | 0.99 | 0.26 |
| Hex | 85 | 43 | 1 | 0 | 32 | 63 | 30 | 1E | 63 | 1A |
| Octal | 205 | 103 | 1 | 0 | 62 | 143 | 60 | 36 | 143 | 32 |
| Binary | 10000101 | 1000011 | 1 | 0 | 110010 | 1100011 | 110000 | 11110 | 1100011 | 11010 |
Color Harmonies of #854301
Complementary color
Monochromatic Colors of #854301
Black with #854301
Text Example
Text Example
White with #854301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854301; }
p { color: rgb(133,67,1); }
H1.HeaderClassName
{
color: #854301;
}
.AnyTagClassName
{
color: #854301;
}
</style>
background-color css
<style>
a { background-color: #854301; }
a { background-color: rgb(133,67,1); }
div.DivClassName
{
background-color: #854301;
}
.BgClassName
{
background-color: #854301;
}
</style>
border-color css
<style>
span { border-color: #854301; }
span { border-color: rgb(133,67,1); }
td.TdClassName
{
border-color: #854301;
}
.TagClassName
{
border-color: #854301;
}
</style>