Shades of Saddle Brown #843C15
Tints of Saddle Brown #843C15
RGB
CMYK
RGB Variations
Color information
#843C15 (or 0x843C15) is known color: Saddle Brown. HEX triplet: 84, 3C and 15. RGB value is (132,60,21). Sum of RGB (Red+Green+Blue) = 132+60+21=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #843C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C15 is #7BC3EA. Grayscale: #4D4D4D. Windows color (decimal): -8111083 or 1391748. OLE color: 1391748.
HSL color Cylindrical-coordinate representation of color #843C15: hue angle of 21.08º 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 #843C15 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 21 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.48 |
| HSL | 21.08º | 0.73% | 0.3% | - |
| HSV(B) | 21.08º | 0.84% | 0.52% | - |
| XYZ | 11.27 | 8.19 | 1.7 | - |
| YUV | 77.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 21 | 0 | 0.55 | 0.84 | 0.48 | 21.08 | 0.73 | 0.3 |
| Hex | 84 | 3C | 15 | 0 | 37 | 54 | 30 | 15 | 49 | 1E |
| Octal | 204 | 74 | 25 | 0 | 67 | 124 | 60 | 25 | 111 | 36 |
| Binary | 10000100 | 111100 | 10101 | 0 | 110111 | 1010100 | 110000 | 10101 | 1001001 | 11110 |
Color Harmonies of #843C15
Complementary color
Monochromatic Colors of #843C15
Black with #843C15
Text Example
Text Example
White with #843C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C15; }
p { color: rgb(132,60,21); }
H1.HeaderClassName
{
color: #843C15;
}
.AnyTagClassName
{
color: #843C15;
}
</style>
background-color css
<style>
a { background-color: #843C15; }
a { background-color: rgb(132,60,21); }
div.DivClassName
{
background-color: #843C15;
}
.BgClassName
{
background-color: #843C15;
}
</style>
border-color css
<style>
span { border-color: #843C15; }
span { border-color: rgb(132,60,21); }
td.TdClassName
{
border-color: #843C15;
}
.TagClassName
{
border-color: #843C15;
}
</style>