Shades of Saddle Brown #80390D
Tints of Saddle Brown #80390D
RGB
CMYK
RGB Variations
Color information
#80390D (or 0x80390D) is known color: Saddle Brown. HEX triplet: 80, 39 and 0D. RGB value is (128,57,13). Sum of RGB (Red+Green+Blue) = 128+57+13=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #80390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80390D is #7FC6F2. Grayscale: #494949. Windows color (decimal): -8374003 or 866688. OLE color: 866688.
HSL color Cylindrical-coordinate representation of color #80390D: hue angle of 22.96º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80390D is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 13 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.50 |
| HSL | 22.96º | 0.82% | 0.28% | - |
| HSV(B) | 22.96º | 0.9% | 0.5% | - |
| XYZ | 10.44 | 7.54 | 1.29 | - |
| YUV | 73.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 13 | 0 | 0.55 | 0.90 | 0.50 | 22.96 | 0.82 | 0.28 |
| Hex | 80 | 39 | D | 0 | 37 | 5A | 32 | 17 | 52 | 1C |
| Octal | 200 | 71 | 15 | 0 | 67 | 132 | 62 | 27 | 122 | 34 |
| Binary | 10000000 | 111001 | 1101 | 0 | 110111 | 1011010 | 110010 | 10111 | 1010010 | 11100 |
Color Harmonies of #80390D
Complementary color
Monochromatic Colors of #80390D
Black with #80390D
Text Example
Text Example
White with #80390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80390D; }
p { color: rgb(128,57,13); }
H1.HeaderClassName
{
color: #80390D;
}
.AnyTagClassName
{
color: #80390D;
}
</style>
background-color css
<style>
a { background-color: #80390D; }
a { background-color: rgb(128,57,13); }
div.DivClassName
{
background-color: #80390D;
}
.BgClassName
{
background-color: #80390D;
}
</style>
border-color css
<style>
span { border-color: #80390D; }
span { border-color: rgb(128,57,13); }
td.TdClassName
{
border-color: #80390D;
}
.TagClassName
{
border-color: #80390D;
}
</style>