Shades of Saddle Brown #83410D
Tints of Saddle Brown #83410D
RGB
CMYK
RGB Variations
Color information
#83410D (or 0x83410D) is known color: Saddle Brown. HEX triplet: 83, 41 and 0D. RGB value is (131,65,13). Sum of RGB (Red+Green+Blue) = 131+65+13=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #83410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83410D is #7CBEF2. Grayscale: #4F4F4F. Windows color (decimal): -8175347 or 868739. OLE color: 868739.
HSL color Cylindrical-coordinate representation of color #83410D: hue angle of 26.44º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83410D is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 65 | 13 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.49 |
| HSL | 26.44º | 0.82% | 0.28% | - |
| HSV(B) | 26.44º | 0.9% | 0.51% | - |
| XYZ | 11.32 | 8.63 | 1.45 | - |
| YUV | 78.81 | 90.87 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 13 | 0 | 0.50 | 0.90 | 0.49 | 26.44 | 0.82 | 0.28 |
| Hex | 83 | 41 | D | 0 | 32 | 5A | 31 | 1A | 52 | 1C |
| Octal | 203 | 101 | 15 | 0 | 62 | 132 | 61 | 32 | 122 | 34 |
| Binary | 10000011 | 1000001 | 1101 | 0 | 110010 | 1011010 | 110001 | 11010 | 1010010 | 11100 |
Color Harmonies of #83410D
Complementary color
Monochromatic Colors of #83410D
Black with #83410D
Text Example
Text Example
White with #83410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83410D; }
p { color: rgb(131,65,13); }
H1.HeaderClassName
{
color: #83410D;
}
.AnyTagClassName
{
color: #83410D;
}
</style>
background-color css
<style>
a { background-color: #83410D; }
a { background-color: rgb(131,65,13); }
div.DivClassName
{
background-color: #83410D;
}
.BgClassName
{
background-color: #83410D;
}
</style>
border-color css
<style>
span { border-color: #83410D; }
span { border-color: rgb(131,65,13); }
td.TdClassName
{
border-color: #83410D;
}
.TagClassName
{
border-color: #83410D;
}
</style>