Shades of Saddle Brown #82300A
Tints of Saddle Brown #82300A
RGB
CMYK
RGB Variations
Color information
#82300A (or 0x82300A) is known color: Saddle Brown. HEX triplet: 82, 30 and 0A. RGB value is (130,48,10). Sum of RGB (Red+Green+Blue) = 130+48+10=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #82300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82300A is #7DCFF5. Grayscale: #444444. Windows color (decimal): -8245238 or 667778. OLE color: 667778.
HSL color Cylindrical-coordinate representation of color #82300A: hue angle of 19º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82300A is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 10 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.49 |
| HSL | 19º | 0.86% | 0.27% | - |
| HSV(B) | 19º | 0.92% | 0.51% | - |
| XYZ | 10.32 | 6.88 | 1.07 | - |
| YUV | 68.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 10 | 0 | 0.63 | 0.92 | 0.49 | 19 | 0.86 | 0.27 |
| Hex | 82 | 30 | A | 0 | 3F | 5C | 31 | 13 | 56 | 1B |
| Octal | 202 | 60 | 12 | 0 | 77 | 134 | 61 | 23 | 126 | 33 |
| Binary | 10000010 | 110000 | 1010 | 0 | 111111 | 1011100 | 110001 | 10011 | 1010110 | 11011 |
Color Harmonies of #82300A
Complementary color
Monochromatic Colors of #82300A
Black with #82300A
Text Example
Text Example
White with #82300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82300A; }
p { color: rgb(130,48,10); }
H1.HeaderClassName
{
color: #82300A;
}
.AnyTagClassName
{
color: #82300A;
}
</style>
background-color css
<style>
a { background-color: #82300A; }
a { background-color: rgb(130,48,10); }
div.DivClassName
{
background-color: #82300A;
}
.BgClassName
{
background-color: #82300A;
}
</style>
border-color css
<style>
span { border-color: #82300A; }
span { border-color: rgb(130,48,10); }
td.TdClassName
{
border-color: #82300A;
}
.TagClassName
{
border-color: #82300A;
}
</style>