Shades of Saddle Brown #843205
Tints of Saddle Brown #843205
RGB
CMYK
RGB Variations
Color information
#843205 (or 0x843205) is known color: Saddle Brown. HEX triplet: 84, 32 and 05. RGB value is (132,50,5). Sum of RGB (Red+Green+Blue) = 132+50+5=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #843205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843205 is #7BCDFA. Grayscale: #454545. Windows color (decimal): -8113659 or 340612. OLE color: 340612.
HSL color Cylindrical-coordinate representation of color #843205: hue angle of 21.26º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #843205 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 5 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.48 |
| HSL | 21.26º | 0.93% | 0.27% | - |
| HSV(B) | 21.26º | 0.96% | 0.52% | - |
| XYZ | 10.68 | 7.2 | 0.97 | - |
| YUV | 69.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 5 | 0 | 0.62 | 0.96 | 0.48 | 21.26 | 0.93 | 0.27 |
| Hex | 84 | 32 | 5 | 0 | 3E | 60 | 30 | 15 | 5D | 1B |
| Octal | 204 | 62 | 5 | 0 | 76 | 140 | 60 | 25 | 135 | 33 |
| Binary | 10000100 | 110010 | 101 | 0 | 111110 | 1100000 | 110000 | 10101 | 1011101 | 11011 |
Color Harmonies of #843205
Complementary color
Monochromatic Colors of #843205
Black with #843205
Text Example
Text Example
White with #843205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843205; }
p { color: rgb(132,50,5); }
H1.HeaderClassName
{
color: #843205;
}
.AnyTagClassName
{
color: #843205;
}
</style>
background-color css
<style>
a { background-color: #843205; }
a { background-color: rgb(132,50,5); }
div.DivClassName
{
background-color: #843205;
}
.BgClassName
{
background-color: #843205;
}
</style>
border-color css
<style>
span { border-color: #843205; }
span { border-color: rgb(132,50,5); }
td.TdClassName
{
border-color: #843205;
}
.TagClassName
{
border-color: #843205;
}
</style>