Shades of Saddle Brown #843D11
Tints of Saddle Brown #843D11
RGB
CMYK
RGB Variations
Color information
#843D11 (or 0x843D11) is known color: Saddle Brown. HEX triplet: 84, 3D and 11. RGB value is (132,61,17). Sum of RGB (Red+Green+Blue) = 132+61+17=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #843D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843D11 is #7BC2EE. Grayscale: #4D4D4D. Windows color (decimal): -8110831 or 1129860. OLE color: 1129860.
HSL color Cylindrical-coordinate representation of color #843D11: hue angle of 22.96º 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 #843D11 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 17 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.48 |
| HSL | 22.96º | 0.77% | 0.29% | - |
| HSV(B) | 22.96º | 0.87% | 0.52% | - |
| XYZ | 11.29 | 8.28 | 1.53 | - |
| YUV | 77.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 17 | 0 | 0.54 | 0.87 | 0.48 | 22.96 | 0.77 | 0.29 |
| Hex | 84 | 3D | 11 | 0 | 36 | 57 | 30 | 17 | 4D | 1D |
| Octal | 204 | 75 | 21 | 0 | 66 | 127 | 60 | 27 | 115 | 35 |
| Binary | 10000100 | 111101 | 10001 | 0 | 110110 | 1010111 | 110000 | 10111 | 1001101 | 11101 |
Color Harmonies of #843D11
Complementary color
Monochromatic Colors of #843D11
Black with #843D11
Text Example
Text Example
White with #843D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D11; }
p { color: rgb(132,61,17); }
H1.HeaderClassName
{
color: #843D11;
}
.AnyTagClassName
{
color: #843D11;
}
</style>
background-color css
<style>
a { background-color: #843D11; }
a { background-color: rgb(132,61,17); }
div.DivClassName
{
background-color: #843D11;
}
.BgClassName
{
background-color: #843D11;
}
</style>
border-color css
<style>
span { border-color: #843D11; }
span { border-color: rgb(132,61,17); }
td.TdClassName
{
border-color: #843D11;
}
.TagClassName
{
border-color: #843D11;
}
</style>