Shades of Saddle Brown #83410E
Tints of Saddle Brown #83410E
RGB
CMYK
RGB Variations
Color information
#83410E (or 0x83410E) is known color: Saddle Brown. HEX triplet: 83, 41 and 0E. RGB value is (131,65,14). Sum of RGB (Red+Green+Blue) = 131+65+14=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83410E is #7CBEF1. Grayscale: #4F4F4F. Windows color (decimal): -8175346 or 934275. OLE color: 934275.
HSL color Cylindrical-coordinate representation of color #83410E: hue angle of 26.15º 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 #83410E is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 65 | 14 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.49 |
| HSL | 26.15º | 0.81% | 0.28% | - |
| HSV(B) | 26.15º | 0.89% | 0.51% | - |
| XYZ | 11.33 | 8.64 | 1.49 | - |
| YUV | 78.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 14 | 0 | 0.50 | 0.89 | 0.49 | 26.15 | 0.81 | 0.28 |
| Hex | 83 | 41 | E | 0 | 32 | 59 | 31 | 1A | 51 | 1C |
| Octal | 203 | 101 | 16 | 0 | 62 | 131 | 61 | 32 | 121 | 34 |
| Binary | 10000011 | 1000001 | 1110 | 0 | 110010 | 1011001 | 110001 | 11010 | 1010001 | 11100 |
Color Harmonies of #83410E
Complementary color
Monochromatic Colors of #83410E
Black with #83410E
Text Example
Text Example
White with #83410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83410E; }
p { color: rgb(131,65,14); }
H1.HeaderClassName
{
color: #83410E;
}
.AnyTagClassName
{
color: #83410E;
}
</style>
background-color css
<style>
a { background-color: #83410E; }
a { background-color: rgb(131,65,14); }
div.DivClassName
{
background-color: #83410E;
}
.BgClassName
{
background-color: #83410E;
}
</style>
border-color css
<style>
span { border-color: #83410E; }
span { border-color: rgb(131,65,14); }
td.TdClassName
{
border-color: #83410E;
}
.TagClassName
{
border-color: #83410E;
}
</style>