Shades of Saddle Brown #84370A
Tints of Saddle Brown #84370A
RGB
CMYK
RGB Variations
Color information
#84370A (or 0x84370A) is known color: Saddle Brown. HEX triplet: 84, 37 and 0A. RGB value is (132,55,10). Sum of RGB (Red+Green+Blue) = 132+55+10=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84370A is #7BC8F5. Grayscale: #494949. Windows color (decimal): -8112374 or 669572. OLE color: 669572.
HSL color Cylindrical-coordinate representation of color #84370A: hue angle of 22.13º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84370A is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 10 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.48 |
| HSL | 22.13º | 0.86% | 0.28% | - |
| HSV(B) | 22.13º | 0.92% | 0.52% | - |
| XYZ | 10.94 | 7.66 | 1.19 | - |
| YUV | 72.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 10 | 0 | 0.58 | 0.92 | 0.48 | 22.13 | 0.86 | 0.28 |
| Hex | 84 | 37 | A | 0 | 3A | 5C | 30 | 16 | 56 | 1C |
| Octal | 204 | 67 | 12 | 0 | 72 | 134 | 60 | 26 | 126 | 34 |
| Binary | 10000100 | 110111 | 1010 | 0 | 111010 | 1011100 | 110000 | 10110 | 1010110 | 11100 |
Color Harmonies of #84370A
Complementary color
Monochromatic Colors of #84370A
Black with #84370A
Text Example
Text Example
White with #84370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84370A; }
p { color: rgb(132,55,10); }
H1.HeaderClassName
{
color: #84370A;
}
.AnyTagClassName
{
color: #84370A;
}
</style>
background-color css
<style>
a { background-color: #84370A; }
a { background-color: rgb(132,55,10); }
div.DivClassName
{
background-color: #84370A;
}
.BgClassName
{
background-color: #84370A;
}
</style>
border-color css
<style>
span { border-color: #84370A; }
span { border-color: rgb(132,55,10); }
td.TdClassName
{
border-color: #84370A;
}
.TagClassName
{
border-color: #84370A;
}
</style>