Shades of Saddle Brown #842E0C
Tints of Saddle Brown #842E0C
RGB
CMYK
RGB Variations
Color information
#842E0C (or 0x842E0C) is known color: Saddle Brown. HEX triplet: 84, 2E and 0C. RGB value is (132,46,12). Sum of RGB (Red+Green+Blue) = 132+46+12=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #842E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842E0C is #7BD1F3. Grayscale: #444444. Windows color (decimal): -8114676 or 798340. OLE color: 798340.
HSL color Cylindrical-coordinate representation of color #842E0C: hue angle of 17º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #842E0C is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 12 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.48 |
| HSL | 17º | 0.83% | 0.28% | - |
| HSV(B) | 17º | 0.91% | 0.52% | - |
| XYZ | 10.56 | 6.89 | 1.12 | - |
| YUV | 67.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 12 | 0 | 0.65 | 0.91 | 0.48 | 17 | 0.83 | 0.28 |
| Hex | 84 | 2E | C | 0 | 41 | 5B | 30 | 11 | 53 | 1C |
| Octal | 204 | 56 | 14 | 0 | 101 | 133 | 60 | 21 | 123 | 34 |
| Binary | 10000100 | 101110 | 1100 | 0 | 1000001 | 1011011 | 110000 | 10001 | 1010011 | 11100 |
Color Harmonies of #842E0C
Complementary color
Monochromatic Colors of #842E0C
Black with #842E0C
Text Example
Text Example
White with #842E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E0C; }
p { color: rgb(132,46,12); }
H1.HeaderClassName
{
color: #842E0C;
}
.AnyTagClassName
{
color: #842E0C;
}
</style>
background-color css
<style>
a { background-color: #842E0C; }
a { background-color: rgb(132,46,12); }
div.DivClassName
{
background-color: #842E0C;
}
.BgClassName
{
background-color: #842E0C;
}
</style>
border-color css
<style>
span { border-color: #842E0C; }
span { border-color: rgb(132,46,12); }
td.TdClassName
{
border-color: #842E0C;
}
.TagClassName
{
border-color: #842E0C;
}
</style>