Shades of Saddle Brown #83390D
Tints of Saddle Brown #83390D
RGB
CMYK
RGB Variations
Color information
#83390D (or 0x83390D) is known color: Saddle Brown. HEX triplet: 83, 39 and 0D. RGB value is (131,57,13). Sum of RGB (Red+Green+Blue) = 131+57+13=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #83390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83390D is #7CC6F2. Grayscale: #4A4A4A. Windows color (decimal): -8177395 or 866691. OLE color: 866691.
HSL color Cylindrical-coordinate representation of color #83390D: hue angle of 22.37º 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 #83390D is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 57 | 13 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.49 |
| HSL | 22.37º | 0.82% | 0.28% | - |
| HSV(B) | 22.37º | 0.9% | 0.51% | - |
| XYZ | 10.9 | 7.78 | 1.31 | - |
| YUV | 74.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 13 | 0 | 0.56 | 0.90 | 0.49 | 22.37 | 0.82 | 0.28 |
| Hex | 83 | 39 | D | 0 | 38 | 5A | 31 | 16 | 52 | 1C |
| Octal | 203 | 71 | 15 | 0 | 70 | 132 | 61 | 26 | 122 | 34 |
| Binary | 10000011 | 111001 | 1101 | 0 | 111000 | 1011010 | 110001 | 10110 | 1010010 | 11100 |
Color Harmonies of #83390D
Complementary color
Monochromatic Colors of #83390D
Black with #83390D
Text Example
Text Example
White with #83390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83390D; }
p { color: rgb(131,57,13); }
H1.HeaderClassName
{
color: #83390D;
}
.AnyTagClassName
{
color: #83390D;
}
</style>
background-color css
<style>
a { background-color: #83390D; }
a { background-color: rgb(131,57,13); }
div.DivClassName
{
background-color: #83390D;
}
.BgClassName
{
background-color: #83390D;
}
</style>
border-color css
<style>
span { border-color: #83390D; }
span { border-color: rgb(131,57,13); }
td.TdClassName
{
border-color: #83390D;
}
.TagClassName
{
border-color: #83390D;
}
</style>