Shades of Saddle Brown #843B11
Tints of Saddle Brown #843B11
RGB
CMYK
RGB Variations
Color information
#843B11 (or 0x843B11) is known color: Saddle Brown. HEX triplet: 84, 3B and 11. RGB value is (132,59,17). Sum of RGB (Red+Green+Blue) = 132+59+17=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #843B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843B11 is #7BC4EE. Grayscale: #4C4C4C. Windows color (decimal): -8111343 or 1129348. OLE color: 1129348.
HSL color Cylindrical-coordinate representation of color #843B11: hue angle of 21.91º 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 #843B11 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 59 | 17 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.48 |
| HSL | 21.91º | 0.77% | 0.29% | - |
| HSV(B) | 21.91º | 0.87% | 0.52% | - |
| XYZ | 11.18 | 8.07 | 1.5 | - |
| YUV | 76.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 17 | 0 | 0.55 | 0.87 | 0.48 | 21.91 | 0.77 | 0.29 |
| Hex | 84 | 3B | 11 | 0 | 37 | 57 | 30 | 16 | 4D | 1D |
| Octal | 204 | 73 | 21 | 0 | 67 | 127 | 60 | 26 | 115 | 35 |
| Binary | 10000100 | 111011 | 10001 | 0 | 110111 | 1010111 | 110000 | 10110 | 1001101 | 11101 |
Color Harmonies of #843B11
Complementary color
Monochromatic Colors of #843B11
Black with #843B11
Text Example
Text Example
White with #843B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843B11; }
p { color: rgb(132,59,17); }
H1.HeaderClassName
{
color: #843B11;
}
.AnyTagClassName
{
color: #843B11;
}
</style>
background-color css
<style>
a { background-color: #843B11; }
a { background-color: rgb(132,59,17); }
div.DivClassName
{
background-color: #843B11;
}
.BgClassName
{
background-color: #843B11;
}
</style>
border-color css
<style>
span { border-color: #843B11; }
span { border-color: rgb(132,59,17); }
td.TdClassName
{
border-color: #843B11;
}
.TagClassName
{
border-color: #843B11;
}
</style>