Shades of Saddle Brown #80310A
Tints of Saddle Brown #80310A
RGB
CMYK
RGB Variations
Color information
#80310A (or 0x80310A) is known color: Saddle Brown. HEX triplet: 80, 31 and 0A. RGB value is (128,49,10). Sum of RGB (Red+Green+Blue) = 128+49+10=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #80310A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80310A is #7FCEF5. Grayscale: #444444. Windows color (decimal): -8376054 or 668032. OLE color: 668032.
HSL color Cylindrical-coordinate representation of color #80310A: hue angle of 19.83º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80310A is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 10 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.50 |
| HSL | 19.83º | 0.86% | 0.27% | - |
| HSV(B) | 19.83º | 0.92% | 0.5% | - |
| XYZ | 10.06 | 6.81 | 1.07 | - |
| YUV | 68.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 10 | 0 | 0.62 | 0.92 | 0.50 | 19.83 | 0.86 | 0.27 |
| Hex | 80 | 31 | A | 0 | 3E | 5C | 32 | 14 | 56 | 1B |
| Octal | 200 | 61 | 12 | 0 | 76 | 134 | 62 | 24 | 126 | 33 |
| Binary | 10000000 | 110001 | 1010 | 0 | 111110 | 1011100 | 110010 | 10100 | 1010110 | 11011 |
Color Harmonies of #80310A
Complementary color
Monochromatic Colors of #80310A
Black with #80310A
Text Example
Text Example
White with #80310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80310A; }
p { color: rgb(128,49,10); }
H1.HeaderClassName
{
color: #80310A;
}
.AnyTagClassName
{
color: #80310A;
}
</style>
background-color css
<style>
a { background-color: #80310A; }
a { background-color: rgb(128,49,10); }
div.DivClassName
{
background-color: #80310A;
}
.BgClassName
{
background-color: #80310A;
}
</style>
border-color css
<style>
span { border-color: #80310A; }
span { border-color: rgb(128,49,10); }
td.TdClassName
{
border-color: #80310A;
}
.TagClassName
{
border-color: #80310A;
}
</style>