Shades of Saddle Brown #843D15
Tints of Saddle Brown #843D15
RGB
CMYK
RGB Variations
Color information
#843D15 (or 0x843D15) is known color: Saddle Brown. HEX triplet: 84, 3D and 15. RGB value is (132,61,21). Sum of RGB (Red+Green+Blue) = 132+61+21=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #843D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843D15 is #7BC2EA. Grayscale: #4D4D4D. Windows color (decimal): -8110827 or 1392004. OLE color: 1392004.
HSL color Cylindrical-coordinate representation of color #843D15: hue angle of 21.62º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #843D15 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 21 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.48 |
| HSL | 21.62º | 0.73% | 0.3% | - |
| HSV(B) | 21.62º | 0.84% | 0.52% | - |
| XYZ | 11.32 | 8.3 | 1.71 | - |
| YUV | 77.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 21 | 0 | 0.54 | 0.84 | 0.48 | 21.62 | 0.73 | 0.3 |
| Hex | 84 | 3D | 15 | 0 | 36 | 54 | 30 | 16 | 49 | 1E |
| Octal | 204 | 75 | 25 | 0 | 66 | 124 | 60 | 26 | 111 | 36 |
| Binary | 10000100 | 111101 | 10101 | 0 | 110110 | 1010100 | 110000 | 10110 | 1001001 | 11110 |
Color Harmonies of #843D15
Complementary color
Monochromatic Colors of #843D15
Black with #843D15
Text Example
Text Example
White with #843D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D15; }
p { color: rgb(132,61,21); }
H1.HeaderClassName
{
color: #843D15;
}
.AnyTagClassName
{
color: #843D15;
}
</style>
background-color css
<style>
a { background-color: #843D15; }
a { background-color: rgb(132,61,21); }
div.DivClassName
{
background-color: #843D15;
}
.BgClassName
{
background-color: #843D15;
}
</style>
border-color css
<style>
span { border-color: #843D15; }
span { border-color: rgb(132,61,21); }
td.TdClassName
{
border-color: #843D15;
}
.TagClassName
{
border-color: #843D15;
}
</style>