Shades of Saddle Brown #843715
Tints of Saddle Brown #843715
RGB
CMYK
RGB Variations
Color information
#843715 (or 0x843715) is known color: Saddle Brown. HEX triplet: 84, 37 and 15. RGB value is (132,55,21). Sum of RGB (Red+Green+Blue) = 132+55+21=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #843715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843715 is #7BC8EA. Grayscale: #4A4A4A. Windows color (decimal): -8112363 or 1390468. OLE color: 1390468.
HSL color Cylindrical-coordinate representation of color #843715: hue angle of 18.38º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #843715 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 21 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.48 |
| HSL | 18.38º | 0.73% | 0.3% | - |
| HSV(B) | 18.38º | 0.84% | 0.52% | - |
| XYZ | 11.02 | 7.69 | 1.61 | - |
| YUV | 74.15 | 98.01 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 21 | 0 | 0.58 | 0.84 | 0.48 | 18.38 | 0.73 | 0.3 |
| Hex | 84 | 37 | 15 | 0 | 3A | 54 | 30 | 12 | 49 | 1E |
| Octal | 204 | 67 | 25 | 0 | 72 | 124 | 60 | 22 | 111 | 36 |
| Binary | 10000100 | 110111 | 10101 | 0 | 111010 | 1010100 | 110000 | 10010 | 1001001 | 11110 |
Color Harmonies of #843715
Complementary color
Monochromatic Colors of #843715
Black with #843715
Text Example
Text Example
White with #843715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843715; }
p { color: rgb(132,55,21); }
H1.HeaderClassName
{
color: #843715;
}
.AnyTagClassName
{
color: #843715;
}
</style>
background-color css
<style>
a { background-color: #843715; }
a { background-color: rgb(132,55,21); }
div.DivClassName
{
background-color: #843715;
}
.BgClassName
{
background-color: #843715;
}
</style>
border-color css
<style>
span { border-color: #843715; }
span { border-color: rgb(132,55,21); }
td.TdClassName
{
border-color: #843715;
}
.TagClassName
{
border-color: #843715;
}
</style>