Shades of Saddle Brown #82330D
Tints of Saddle Brown #82330D
RGB
CMYK
RGB Variations
Color information
#82330D (or 0x82330D) is known color: Saddle Brown. HEX triplet: 82, 33 and 0D. RGB value is (130,51,13). Sum of RGB (Red+Green+Blue) = 130+51+13=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #82330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82330D is #7DCCF2. Grayscale: #464646. Windows color (decimal): -8244467 or 865154. OLE color: 865154.
HSL color Cylindrical-coordinate representation of color #82330D: hue angle of 19.49º 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 #82330D is Cyan = 0, Magento = 0.61, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 13 | - |
| CMYK | 0 | 0.61 | 0.9 | 0.49 |
| HSL | 19.49º | 0.82% | 0.28% | - |
| HSV(B) | 19.49º | 0.9% | 0.51% | - |
| XYZ | 10.46 | 7.14 | 1.21 | - |
| YUV | 70.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 13 | 0 | 0.61 | 0.9 | 0.49 | 19.49 | 0.82 | 0.28 |
| Hex | 82 | 33 | D | 0 | 3D | 5A | 31 | 13 | 52 | 1C |
| Octal | 202 | 63 | 15 | 0 | 75 | 132 | 61 | 23 | 122 | 34 |
| Binary | 10000010 | 110011 | 1101 | 0 | 111101 | 1011010 | 110001 | 10011 | 1010010 | 11100 |
Color Harmonies of #82330D
Complementary color
Monochromatic Colors of #82330D
Black with #82330D
Text Example
Text Example
White with #82330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82330D; }
p { color: rgb(130,51,13); }
H1.HeaderClassName
{
color: #82330D;
}
.AnyTagClassName
{
color: #82330D;
}
</style>
background-color css
<style>
a { background-color: #82330D; }
a { background-color: rgb(130,51,13); }
div.DivClassName
{
background-color: #82330D;
}
.BgClassName
{
background-color: #82330D;
}
</style>
border-color css
<style>
span { border-color: #82330D; }
span { border-color: rgb(130,51,13); }
td.TdClassName
{
border-color: #82330D;
}
.TagClassName
{
border-color: #82330D;
}
</style>