Shades of Saddle Brown #845111
Tints of Saddle Brown #845111
RGB
CMYK
RGB Variations
Color information
#845111 (or 0x845111) is known color: Saddle Brown. HEX triplet: 84, 51 and 11. RGB value is (132,81,17). Sum of RGB (Red+Green+Blue) = 132+81+17=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #845111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845111 is #7BAEEE. Grayscale: #595959. Windows color (decimal): -8105711 or 1134980. OLE color: 1134980.
HSL color Cylindrical-coordinate representation of color #845111: hue angle of 33.39º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #845111 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 17 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.48 |
| HSL | 33.39º | 0.77% | 0.29% | - |
| HSV(B) | 33.39º | 0.87% | 0.52% | - |
| XYZ | 12.56 | 10.83 | 1.96 | - |
| YUV | 88.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 17 | 0 | 0.39 | 0.87 | 0.48 | 33.39 | 0.77 | 0.29 |
| Hex | 84 | 51 | 11 | 0 | 27 | 57 | 30 | 21 | 4D | 1D |
| Octal | 204 | 121 | 21 | 0 | 47 | 127 | 60 | 41 | 115 | 35 |
| Binary | 10000100 | 1010001 | 10001 | 0 | 100111 | 1010111 | 110000 | 100001 | 1001101 | 11101 |
Color Harmonies of #845111
Complementary color
Monochromatic Colors of #845111
Black with #845111
Text Example
Text Example
White with #845111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845111; }
p { color: rgb(132,81,17); }
H1.HeaderClassName
{
color: #845111;
}
.AnyTagClassName
{
color: #845111;
}
</style>
background-color css
<style>
a { background-color: #845111; }
a { background-color: rgb(132,81,17); }
div.DivClassName
{
background-color: #845111;
}
.BgClassName
{
background-color: #845111;
}
</style>
border-color css
<style>
span { border-color: #845111; }
span { border-color: rgb(132,81,17); }
td.TdClassName
{
border-color: #845111;
}
.TagClassName
{
border-color: #845111;
}
</style>