Shades of Saddle Brown #823E0A
Tints of Saddle Brown #823E0A
RGB
CMYK
RGB Variations
Color information
#823E0A (or 0x823E0A) is known color: Saddle Brown. HEX triplet: 82, 3E and 0A. RGB value is (130,62,10). Sum of RGB (Red+Green+Blue) = 130+62+10=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #823E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823E0A is #7DC1F5. Grayscale: #4C4C4C. Windows color (decimal): -8241654 or 671362. OLE color: 671362.
HSL color Cylindrical-coordinate representation of color #823E0A: hue angle of 26º 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 #823E0A is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 62 | 10 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.49 |
| HSL | 26º | 0.86% | 0.27% | - |
| HSV(B) | 26º | 0.92% | 0.51% | - |
| XYZ | 10.98 | 8.21 | 1.29 | - |
| YUV | 76.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 10 | 0 | 0.52 | 0.92 | 0.49 | 26 | 0.86 | 0.27 |
| Hex | 82 | 3E | A | 0 | 34 | 5C | 31 | 1A | 56 | 1B |
| Octal | 202 | 76 | 12 | 0 | 64 | 134 | 61 | 32 | 126 | 33 |
| Binary | 10000010 | 111110 | 1010 | 0 | 110100 | 1011100 | 110001 | 11010 | 1010110 | 11011 |
Color Harmonies of #823E0A
Complementary color
Monochromatic Colors of #823E0A
Black with #823E0A
Text Example
Text Example
White with #823E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823E0A; }
p { color: rgb(130,62,10); }
H1.HeaderClassName
{
color: #823E0A;
}
.AnyTagClassName
{
color: #823E0A;
}
</style>
background-color css
<style>
a { background-color: #823E0A; }
a { background-color: rgb(130,62,10); }
div.DivClassName
{
background-color: #823E0A;
}
.BgClassName
{
background-color: #823E0A;
}
</style>
border-color css
<style>
span { border-color: #823E0A; }
span { border-color: rgb(130,62,10); }
td.TdClassName
{
border-color: #823E0A;
}
.TagClassName
{
border-color: #823E0A;
}
</style>