Shades of Saddle Brown #843505
Tints of Saddle Brown #843505
RGB
CMYK
RGB Variations
Color information
#843505 (or 0x843505) is known color: Saddle Brown. HEX triplet: 84, 35 and 05. RGB value is (132,53,5). Sum of RGB (Red+Green+Blue) = 132+53+5=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #843505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843505 is #7BCAFA. Grayscale: #474747. Windows color (decimal): -8112891 or 341380. OLE color: 341380.
HSL color Cylindrical-coordinate representation of color #843505: hue angle of 22.68º 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 #843505 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 5 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.48 |
| HSL | 22.68º | 0.93% | 0.27% | - |
| HSV(B) | 22.68º | 0.96% | 0.52% | - |
| XYZ | 10.82 | 7.46 | 1.01 | - |
| YUV | 71.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 5 | 0 | 0.60 | 0.96 | 0.48 | 22.68 | 0.93 | 0.27 |
| Hex | 84 | 35 | 5 | 0 | 3C | 60 | 30 | 17 | 5D | 1B |
| Octal | 204 | 65 | 5 | 0 | 74 | 140 | 60 | 27 | 135 | 33 |
| Binary | 10000100 | 110101 | 101 | 0 | 111100 | 1100000 | 110000 | 10111 | 1011101 | 11011 |
Color Harmonies of #843505
Complementary color
Monochromatic Colors of #843505
Black with #843505
Text Example
Text Example
White with #843505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843505; }
p { color: rgb(132,53,5); }
H1.HeaderClassName
{
color: #843505;
}
.AnyTagClassName
{
color: #843505;
}
</style>
background-color css
<style>
a { background-color: #843505; }
a { background-color: rgb(132,53,5); }
div.DivClassName
{
background-color: #843505;
}
.BgClassName
{
background-color: #843505;
}
</style>
border-color css
<style>
span { border-color: #843505; }
span { border-color: rgb(132,53,5); }
td.TdClassName
{
border-color: #843505;
}
.TagClassName
{
border-color: #843505;
}
</style>