Shades of Saddle Brown #82310B
Tints of Saddle Brown #82310B
RGB
CMYK
RGB Variations
Color information
#82310B (or 0x82310B) is known color: Saddle Brown. HEX triplet: 82, 31 and 0B. RGB value is (130,49,11). Sum of RGB (Red+Green+Blue) = 130+49+11=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #82310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82310B is #7DCEF4. Grayscale: #454545. Windows color (decimal): -8244981 or 733570. OLE color: 733570.
HSL color Cylindrical-coordinate representation of color #82310B: hue angle of 19.16º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82310B is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 11 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.49 |
| HSL | 19.16º | 0.84% | 0.28% | - |
| HSV(B) | 19.16º | 0.92% | 0.51% | - |
| XYZ | 10.36 | 6.97 | 1.12 | - |
| YUV | 68.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 11 | 0 | 0.62 | 0.92 | 0.49 | 19.16 | 0.84 | 0.28 |
| Hex | 82 | 31 | B | 0 | 3E | 5C | 31 | 13 | 54 | 1C |
| Octal | 202 | 61 | 13 | 0 | 76 | 134 | 61 | 23 | 124 | 34 |
| Binary | 10000010 | 110001 | 1011 | 0 | 111110 | 1011100 | 110001 | 10011 | 1010100 | 11100 |
Color Harmonies of #82310B
Complementary color
Monochromatic Colors of #82310B
Black with #82310B
Text Example
Text Example
White with #82310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82310B; }
p { color: rgb(130,49,11); }
H1.HeaderClassName
{
color: #82310B;
}
.AnyTagClassName
{
color: #82310B;
}
</style>
background-color css
<style>
a { background-color: #82310B; }
a { background-color: rgb(130,49,11); }
div.DivClassName
{
background-color: #82310B;
}
.BgClassName
{
background-color: #82310B;
}
</style>
border-color css
<style>
span { border-color: #82310B; }
span { border-color: rgb(130,49,11); }
td.TdClassName
{
border-color: #82310B;
}
.TagClassName
{
border-color: #82310B;
}
</style>