Shades of Saddle Brown #80460A
Tints of Saddle Brown #80460A
RGB
CMYK
RGB Variations
Color information
#80460A (or 0x80460A) is known color: Saddle Brown. HEX triplet: 80, 46 and 0A. RGB value is (128,70,10). Sum of RGB (Red+Green+Blue) = 128+70+10=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80460A is #7FB9F5. Grayscale: #505050. Windows color (decimal): -8370678 or 673408. OLE color: 673408.
HSL color Cylindrical-coordinate representation of color #80460A: hue angle of 30.51º 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 #80460A is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 10 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.50 |
| HSL | 30.51º | 0.86% | 0.27% | - |
| HSV(B) | 30.51º | 0.92% | 0.5% | - |
| XYZ | 11.15 | 8.99 | 1.44 | - |
| YUV | 80.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 10 | 0 | 0.45 | 0.92 | 0.50 | 30.51 | 0.86 | 0.27 |
| Hex | 80 | 46 | A | 0 | 2D | 5C | 32 | 1F | 56 | 1B |
| Octal | 200 | 106 | 12 | 0 | 55 | 134 | 62 | 37 | 126 | 33 |
| Binary | 10000000 | 1000110 | 1010 | 0 | 101101 | 1011100 | 110010 | 11111 | 1010110 | 11011 |
Color Harmonies of #80460A
Complementary color
Monochromatic Colors of #80460A
Black with #80460A
Text Example
Text Example
White with #80460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80460A; }
p { color: rgb(128,70,10); }
H1.HeaderClassName
{
color: #80460A;
}
.AnyTagClassName
{
color: #80460A;
}
</style>
background-color css
<style>
a { background-color: #80460A; }
a { background-color: rgb(128,70,10); }
div.DivClassName
{
background-color: #80460A;
}
.BgClassName
{
background-color: #80460A;
}
</style>
border-color css
<style>
span { border-color: #80460A; }
span { border-color: rgb(128,70,10); }
td.TdClassName
{
border-color: #80460A;
}
.TagClassName
{
border-color: #80460A;
}
</style>