Shades of Saddle Brown #843C0D
Tints of Saddle Brown #843C0D
RGB
CMYK
RGB Variations
Color information
#843C0D (or 0x843C0D) is known color: Saddle Brown. HEX triplet: 84, 3C and 0D. RGB value is (132,60,13). Sum of RGB (Red+Green+Blue) = 132+60+13=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #843C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C0D is #7BC3F2. Grayscale: #4C4C4C. Windows color (decimal): -8111091 or 867460. OLE color: 867460.
HSL color Cylindrical-coordinate representation of color #843C0D: hue angle of 23.7º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #843C0D is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 13 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.48 |
| HSL | 23.7º | 0.82% | 0.28% | - |
| HSV(B) | 23.7º | 0.9% | 0.52% | - |
| XYZ | 11.2 | 8.17 | 1.37 | - |
| YUV | 76.17 | 92.35 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 13 | 0 | 0.55 | 0.90 | 0.48 | 23.7 | 0.82 | 0.28 |
| Hex | 84 | 3C | D | 0 | 37 | 5A | 30 | 18 | 52 | 1C |
| Octal | 204 | 74 | 15 | 0 | 67 | 132 | 60 | 30 | 122 | 34 |
| Binary | 10000100 | 111100 | 1101 | 0 | 110111 | 1011010 | 110000 | 11000 | 1010010 | 11100 |
Color Harmonies of #843C0D
Complementary color
Monochromatic Colors of #843C0D
Black with #843C0D
Text Example
Text Example
White with #843C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C0D; }
p { color: rgb(132,60,13); }
H1.HeaderClassName
{
color: #843C0D;
}
.AnyTagClassName
{
color: #843C0D;
}
</style>
background-color css
<style>
a { background-color: #843C0D; }
a { background-color: rgb(132,60,13); }
div.DivClassName
{
background-color: #843C0D;
}
.BgClassName
{
background-color: #843C0D;
}
</style>
border-color css
<style>
span { border-color: #843C0D; }
span { border-color: rgb(132,60,13); }
td.TdClassName
{
border-color: #843C0D;
}
.TagClassName
{
border-color: #843C0D;
}
</style>