Shades of Saddle Brown #83310D
Tints of Saddle Brown #83310D
RGB
CMYK
RGB Variations
Color information
#83310D (or 0x83310D) is known color: Saddle Brown. HEX triplet: 83, 31 and 0D. RGB value is (131,49,13). Sum of RGB (Red+Green+Blue) = 131+49+13=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83310D is #7CCEF2. Grayscale: #454545. Windows color (decimal): -8179443 or 864643. OLE color: 864643.
HSL color Cylindrical-coordinate representation of color #83310D: hue angle of 18.31º 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 #83310D is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 13 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.49 |
| HSL | 18.31º | 0.82% | 0.28% | - |
| HSV(B) | 18.31º | 0.9% | 0.51% | - |
| XYZ | 10.53 | 7.05 | 1.19 | - |
| YUV | 69.41 | 96.17 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 13 | 0 | 0.63 | 0.90 | 0.49 | 18.31 | 0.82 | 0.28 |
| Hex | 83 | 31 | D | 0 | 3F | 5A | 31 | 12 | 52 | 1C |
| Octal | 203 | 61 | 15 | 0 | 77 | 132 | 61 | 22 | 122 | 34 |
| Binary | 10000011 | 110001 | 1101 | 0 | 111111 | 1011010 | 110001 | 10010 | 1010010 | 11100 |
Color Harmonies of #83310D
Complementary color
Monochromatic Colors of #83310D
Black with #83310D
Text Example
Text Example
White with #83310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83310D; }
p { color: rgb(131,49,13); }
H1.HeaderClassName
{
color: #83310D;
}
.AnyTagClassName
{
color: #83310D;
}
</style>
background-color css
<style>
a { background-color: #83310D; }
a { background-color: rgb(131,49,13); }
div.DivClassName
{
background-color: #83310D;
}
.BgClassName
{
background-color: #83310D;
}
</style>
border-color css
<style>
span { border-color: #83310D; }
span { border-color: rgb(131,49,13); }
td.TdClassName
{
border-color: #83310D;
}
.TagClassName
{
border-color: #83310D;
}
</style>