Shades of Saddle Brown #854601
Tints of Saddle Brown #854601
RGB
CMYK
RGB Variations
Color information
#854601 (or 0x854601) is known color: Saddle Brown. HEX triplet: 85, 46 and 01. RGB value is (133,70,1). Sum of RGB (Red+Green+Blue) = 133+70+1=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #854601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854601 is #7AB9FE. Grayscale: #515151. Windows color (decimal): -8043007 or 83589. OLE color: 83589.
HSL color Cylindrical-coordinate representation of color #854601: hue angle of 31.36º 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 #854601 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 70 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.48 |
| HSL | 31.36º | 0.99% | 0.26% | - |
| HSV(B) | 31.36º | 0.99% | 0.52% | - |
| XYZ | 11.87 | 9.37 | 1.21 | - |
| YUV | 80.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 1 | 0 | 0.47 | 0.99 | 0.48 | 31.36 | 0.99 | 0.26 |
| Hex | 85 | 46 | 1 | 0 | 2F | 63 | 30 | 1F | 63 | 1A |
| Octal | 205 | 106 | 1 | 0 | 57 | 143 | 60 | 37 | 143 | 32 |
| Binary | 10000101 | 1000110 | 1 | 0 | 101111 | 1100011 | 110000 | 11111 | 1100011 | 11010 |
Color Harmonies of #854601
Complementary color
Monochromatic Colors of #854601
Black with #854601
Text Example
Text Example
White with #854601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854601; }
p { color: rgb(133,70,1); }
H1.HeaderClassName
{
color: #854601;
}
.AnyTagClassName
{
color: #854601;
}
</style>
background-color css
<style>
a { background-color: #854601; }
a { background-color: rgb(133,70,1); }
div.DivClassName
{
background-color: #854601;
}
.BgClassName
{
background-color: #854601;
}
</style>
border-color css
<style>
span { border-color: #854601; }
span { border-color: rgb(133,70,1); }
td.TdClassName
{
border-color: #854601;
}
.TagClassName
{
border-color: #854601;
}
</style>