Shades of Saddle Brown #84370D
Tints of Saddle Brown #84370D
RGB
CMYK
RGB Variations
Color information
#84370D (or 0x84370D) is known color: Saddle Brown. HEX triplet: 84, 37 and 0D. RGB value is (132,55,13). Sum of RGB (Red+Green+Blue) = 132+55+13=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84370D is #7BC8F2. Grayscale: #494949. Windows color (decimal): -8112371 or 866180. OLE color: 866180.
HSL color Cylindrical-coordinate representation of color #84370D: hue angle of 21.18º 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 #84370D is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 13 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.48 |
| HSL | 21.18º | 0.82% | 0.28% | - |
| HSV(B) | 21.18º | 0.9% | 0.52% | - |
| XYZ | 10.95 | 7.67 | 1.28 | - |
| YUV | 73.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 13 | 0 | 0.58 | 0.90 | 0.48 | 21.18 | 0.82 | 0.28 |
| Hex | 84 | 37 | D | 0 | 3A | 5A | 30 | 15 | 52 | 1C |
| Octal | 204 | 67 | 15 | 0 | 72 | 132 | 60 | 25 | 122 | 34 |
| Binary | 10000100 | 110111 | 1101 | 0 | 111010 | 1011010 | 110000 | 10101 | 1010010 | 11100 |
Color Harmonies of #84370D
Complementary color
Monochromatic Colors of #84370D
Black with #84370D
Text Example
Text Example
White with #84370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84370D; }
p { color: rgb(132,55,13); }
H1.HeaderClassName
{
color: #84370D;
}
.AnyTagClassName
{
color: #84370D;
}
</style>
background-color css
<style>
a { background-color: #84370D; }
a { background-color: rgb(132,55,13); }
div.DivClassName
{
background-color: #84370D;
}
.BgClassName
{
background-color: #84370D;
}
</style>
border-color css
<style>
span { border-color: #84370D; }
span { border-color: rgb(132,55,13); }
td.TdClassName
{
border-color: #84370D;
}
.TagClassName
{
border-color: #84370D;
}
</style>