Shades of Saddle Brown #843210
Tints of Saddle Brown #843210
RGB
CMYK
RGB Variations
Color information
#843210 (or 0x843210) is known color: Saddle Brown. HEX triplet: 84, 32 and 10. RGB value is (132,50,16). Sum of RGB (Red+Green+Blue) = 132+50+16=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #843210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843210 is #7BCDEF. Grayscale: #464646. Windows color (decimal): -8113648 or 1061508. OLE color: 1061508.
HSL color Cylindrical-coordinate representation of color #843210: hue angle of 17.59º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #843210 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 16 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.48 |
| HSL | 17.59º | 0.78% | 0.29% | - |
| HSV(B) | 17.59º | 0.88% | 0.52% | - |
| XYZ | 10.75 | 7.22 | 1.32 | - |
| YUV | 70.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 16 | 0 | 0.62 | 0.88 | 0.48 | 17.59 | 0.78 | 0.29 |
| Hex | 84 | 32 | 10 | 0 | 3E | 58 | 30 | 12 | 4E | 1D |
| Octal | 204 | 62 | 20 | 0 | 76 | 130 | 60 | 22 | 116 | 35 |
| Binary | 10000100 | 110010 | 10000 | 0 | 111110 | 1011000 | 110000 | 10010 | 1001110 | 11101 |
Color Harmonies of #843210
Complementary color
Monochromatic Colors of #843210
Black with #843210
Text Example
Text Example
White with #843210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843210; }
p { color: rgb(132,50,16); }
H1.HeaderClassName
{
color: #843210;
}
.AnyTagClassName
{
color: #843210;
}
</style>
background-color css
<style>
a { background-color: #843210; }
a { background-color: rgb(132,50,16); }
div.DivClassName
{
background-color: #843210;
}
.BgClassName
{
background-color: #843210;
}
</style>
border-color css
<style>
span { border-color: #843210; }
span { border-color: rgb(132,50,16); }
td.TdClassName
{
border-color: #843210;
}
.TagClassName
{
border-color: #843210;
}
</style>