Shades of Saddle Brown #82330B
Tints of Saddle Brown #82330B
RGB
CMYK
RGB Variations
Color information
#82330B (or 0x82330B) is known color: Saddle Brown. HEX triplet: 82, 33 and 0B. RGB value is (130,51,11). Sum of RGB (Red+Green+Blue) = 130+51+11=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82330B is #7DCCF4. Grayscale: #464646. Windows color (decimal): -8244469 or 734082. OLE color: 734082.
HSL color Cylindrical-coordinate representation of color #82330B: hue angle of 20.17º 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 #82330B is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 11 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.49 |
| HSL | 20.17º | 0.84% | 0.28% | - |
| HSV(B) | 20.17º | 0.92% | 0.51% | - |
| XYZ | 10.45 | 7.14 | 1.14 | - |
| YUV | 70.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 11 | 0 | 0.61 | 0.92 | 0.49 | 20.17 | 0.84 | 0.28 |
| Hex | 82 | 33 | B | 0 | 3D | 5C | 31 | 14 | 54 | 1C |
| Octal | 202 | 63 | 13 | 0 | 75 | 134 | 61 | 24 | 124 | 34 |
| Binary | 10000010 | 110011 | 1011 | 0 | 111101 | 1011100 | 110001 | 10100 | 1010100 | 11100 |
Color Harmonies of #82330B
Complementary color
Monochromatic Colors of #82330B
Black with #82330B
Text Example
Text Example
White with #82330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82330B; }
p { color: rgb(130,51,11); }
H1.HeaderClassName
{
color: #82330B;
}
.AnyTagClassName
{
color: #82330B;
}
</style>
background-color css
<style>
a { background-color: #82330B; }
a { background-color: rgb(130,51,11); }
div.DivClassName
{
background-color: #82330B;
}
.BgClassName
{
background-color: #82330B;
}
</style>
border-color css
<style>
span { border-color: #82330B; }
span { border-color: rgb(130,51,11); }
td.TdClassName
{
border-color: #82330B;
}
.TagClassName
{
border-color: #82330B;
}
</style>