Shades of Saddle Brown #80400F
Tints of Saddle Brown #80400F
RGB
CMYK
RGB Variations
Color information
#80400F (or 0x80400F) is known color: Saddle Brown. HEX triplet: 80, 40 and 0F. RGB value is (128,64,15). Sum of RGB (Red+Green+Blue) = 128+64+15=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80400F is #7FBFF0. Grayscale: #4D4D4D. Windows color (decimal): -8372209 or 999552. OLE color: 999552.
HSL color Cylindrical-coordinate representation of color #80400F: hue angle of 26.02º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80400F is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 15 | - |
| CMYK | 0 | 0.5 | 0.88 | 0.50 |
| HSL | 26.02º | 0.79% | 0.28% | - |
| HSV(B) | 26.02º | 0.88% | 0.5% | - |
| XYZ | 10.82 | 8.29 | 1.48 | - |
| YUV | 77.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 15 | 0 | 0.5 | 0.88 | 0.50 | 26.02 | 0.79 | 0.28 |
| Hex | 80 | 40 | F | 0 | 32 | 58 | 32 | 1A | 4F | 1C |
| Octal | 200 | 100 | 17 | 0 | 62 | 130 | 62 | 32 | 117 | 34 |
| Binary | 10000000 | 1000000 | 1111 | 0 | 110010 | 1011000 | 110010 | 11010 | 1001111 | 11100 |
Color Harmonies of #80400F
Complementary color
Monochromatic Colors of #80400F
Black with #80400F
Text Example
Text Example
White with #80400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80400F; }
p { color: rgb(128,64,15); }
H1.HeaderClassName
{
color: #80400F;
}
.AnyTagClassName
{
color: #80400F;
}
</style>
background-color css
<style>
a { background-color: #80400F; }
a { background-color: rgb(128,64,15); }
div.DivClassName
{
background-color: #80400F;
}
.BgClassName
{
background-color: #80400F;
}
</style>
border-color css
<style>
span { border-color: #80400F; }
span { border-color: rgb(128,64,15); }
td.TdClassName
{
border-color: #80400F;
}
.TagClassName
{
border-color: #80400F;
}
</style>