Shades of Saddle Brown #823A0E
Tints of Saddle Brown #823A0E
RGB
CMYK
RGB Variations
Color information
#823A0E (or 0x823A0E) is known color: Saddle Brown. HEX triplet: 82, 3A and 0E. RGB value is (130,58,14). Sum of RGB (Red+Green+Blue) = 130+58+14=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #823A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823A0E is #7DC5F1. Grayscale: #4A4A4A. Windows color (decimal): -8242674 or 932482. OLE color: 932482.
HSL color Cylindrical-coordinate representation of color #823A0E: hue angle of 22.76º 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 #823A0E is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 58 | 14 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.49 |
| HSL | 22.76º | 0.81% | 0.28% | - |
| HSV(B) | 22.76º | 0.89% | 0.51% | - |
| XYZ | 10.8 | 7.8 | 1.35 | - |
| YUV | 74.51 | 93.85 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 14 | 0 | 0.55 | 0.89 | 0.49 | 22.76 | 0.81 | 0.28 |
| Hex | 82 | 3A | E | 0 | 37 | 59 | 31 | 17 | 51 | 1C |
| Octal | 202 | 72 | 16 | 0 | 67 | 131 | 61 | 27 | 121 | 34 |
| Binary | 10000010 | 111010 | 1110 | 0 | 110111 | 1011001 | 110001 | 10111 | 1010001 | 11100 |
Color Harmonies of #823A0E
Complementary color
Monochromatic Colors of #823A0E
Black with #823A0E
Text Example
Text Example
White with #823A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823A0E; }
p { color: rgb(130,58,14); }
H1.HeaderClassName
{
color: #823A0E;
}
.AnyTagClassName
{
color: #823A0E;
}
</style>
background-color css
<style>
a { background-color: #823A0E; }
a { background-color: rgb(130,58,14); }
div.DivClassName
{
background-color: #823A0E;
}
.BgClassName
{
background-color: #823A0E;
}
</style>
border-color css
<style>
span { border-color: #823A0E; }
span { border-color: rgb(130,58,14); }
td.TdClassName
{
border-color: #823A0E;
}
.TagClassName
{
border-color: #823A0E;
}
</style>