Shades of Saddle Brown #823D0E
Tints of Saddle Brown #823D0E
RGB
CMYK
RGB Variations
Color information
#823D0E (or 0x823D0E) is known color: Saddle Brown. HEX triplet: 82, 3D and 0E. RGB value is (130,61,14). Sum of RGB (Red+Green+Blue) = 130+61+14=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #823D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823D0E is #7DC2F1. Grayscale: #4C4C4C. Windows color (decimal): -8241906 or 933250. OLE color: 933250.
HSL color Cylindrical-coordinate representation of color #823D0E: hue angle of 24.31º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #823D0E is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 61 | 14 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.49 |
| HSL | 24.31º | 0.81% | 0.28% | - |
| HSV(B) | 24.31º | 0.89% | 0.51% | - |
| XYZ | 10.95 | 8.12 | 1.4 | - |
| YUV | 76.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 14 | 0 | 0.53 | 0.89 | 0.49 | 24.31 | 0.81 | 0.28 |
| Hex | 82 | 3D | E | 0 | 35 | 59 | 31 | 18 | 51 | 1C |
| Octal | 202 | 75 | 16 | 0 | 65 | 131 | 61 | 30 | 121 | 34 |
| Binary | 10000010 | 111101 | 1110 | 0 | 110101 | 1011001 | 110001 | 11000 | 1010001 | 11100 |
Color Harmonies of #823D0E
Complementary color
Monochromatic Colors of #823D0E
Black with #823D0E
Text Example
Text Example
White with #823D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823D0E; }
p { color: rgb(130,61,14); }
H1.HeaderClassName
{
color: #823D0E;
}
.AnyTagClassName
{
color: #823D0E;
}
</style>
background-color css
<style>
a { background-color: #823D0E; }
a { background-color: rgb(130,61,14); }
div.DivClassName
{
background-color: #823D0E;
}
.BgClassName
{
background-color: #823D0E;
}
</style>
border-color css
<style>
span { border-color: #823D0E; }
span { border-color: rgb(130,61,14); }
td.TdClassName
{
border-color: #823D0E;
}
.TagClassName
{
border-color: #823D0E;
}
</style>