Shades of Saddle Brown #82470D
Tints of Saddle Brown #82470D
RGB
CMYK
RGB Variations
Color information
#82470D (or 0x82470D) is known color: Saddle Brown. HEX triplet: 82, 47 and 0D. RGB value is (130,71,13). Sum of RGB (Red+Green+Blue) = 130+71+13=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #82470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82470D is #7DB8F2. Grayscale: #525252. Windows color (decimal): -8239347 or 870274. OLE color: 870274.
HSL color Cylindrical-coordinate representation of color #82470D: hue angle of 29.74º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82470D is Cyan = 0, Magento = 0.45, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 13 | - |
| CMYK | 0 | 0.45 | 0.9 | 0.49 |
| HSL | 29.74º | 0.82% | 0.28% | - |
| HSV(B) | 29.74º | 0.9% | 0.51% | - |
| XYZ | 11.53 | 9.28 | 1.56 | - |
| YUV | 82.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 13 | 0 | 0.45 | 0.9 | 0.49 | 29.74 | 0.82 | 0.28 |
| Hex | 82 | 47 | D | 0 | 2D | 5A | 31 | 1E | 52 | 1C |
| Octal | 202 | 107 | 15 | 0 | 55 | 132 | 61 | 36 | 122 | 34 |
| Binary | 10000010 | 1000111 | 1101 | 0 | 101101 | 1011010 | 110001 | 11110 | 1010010 | 11100 |
Color Harmonies of #82470D
Complementary color
Monochromatic Colors of #82470D
Black with #82470D
Text Example
Text Example
White with #82470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82470D; }
p { color: rgb(130,71,13); }
H1.HeaderClassName
{
color: #82470D;
}
.AnyTagClassName
{
color: #82470D;
}
</style>
background-color css
<style>
a { background-color: #82470D; }
a { background-color: rgb(130,71,13); }
div.DivClassName
{
background-color: #82470D;
}
.BgClassName
{
background-color: #82470D;
}
</style>
border-color css
<style>
span { border-color: #82470D; }
span { border-color: rgb(130,71,13); }
td.TdClassName
{
border-color: #82470D;
}
.TagClassName
{
border-color: #82470D;
}
</style>