Shades of Saddle Brown #82350E
Tints of Saddle Brown #82350E
RGB
CMYK
RGB Variations
Color information
#82350E (or 0x82350E) is known color: Saddle Brown. HEX triplet: 82, 35 and 0E. RGB value is (130,53,14). Sum of RGB (Red+Green+Blue) = 130+53+14=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82350E is #7DCAF1. Grayscale: #474747. Windows color (decimal): -8243954 or 931202. OLE color: 931202.
HSL color Cylindrical-coordinate representation of color #82350E: hue angle of 20.17º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82350E is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 14 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.49 |
| HSL | 20.17º | 0.81% | 0.28% | - |
| HSV(B) | 20.17º | 0.89% | 0.51% | - |
| XYZ | 10.56 | 7.32 | 1.27 | - |
| YUV | 71.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 14 | 0 | 0.59 | 0.89 | 0.49 | 20.17 | 0.81 | 0.28 |
| Hex | 82 | 35 | E | 0 | 3B | 59 | 31 | 14 | 51 | 1C |
| Octal | 202 | 65 | 16 | 0 | 73 | 131 | 61 | 24 | 121 | 34 |
| Binary | 10000010 | 110101 | 1110 | 0 | 111011 | 1011001 | 110001 | 10100 | 1010001 | 11100 |
Color Harmonies of #82350E
Complementary color
Monochromatic Colors of #82350E
Black with #82350E
Text Example
Text Example
White with #82350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82350E; }
p { color: rgb(130,53,14); }
H1.HeaderClassName
{
color: #82350E;
}
.AnyTagClassName
{
color: #82350E;
}
</style>
background-color css
<style>
a { background-color: #82350E; }
a { background-color: rgb(130,53,14); }
div.DivClassName
{
background-color: #82350E;
}
.BgClassName
{
background-color: #82350E;
}
</style>
border-color css
<style>
span { border-color: #82350E; }
span { border-color: rgb(130,53,14); }
td.TdClassName
{
border-color: #82350E;
}
.TagClassName
{
border-color: #82350E;
}
</style>