Shades of Saddle Brown #80380F
Tints of Saddle Brown #80380F
RGB
CMYK
RGB Variations
Color information
#80380F (or 0x80380F) is known color: Saddle Brown. HEX triplet: 80, 38 and 0F. RGB value is (128,56,15). Sum of RGB (Red+Green+Blue) = 128+56+15=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #80380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80380F is #7FC7F0. Grayscale: #494949. Windows color (decimal): -8374257 or 997504. OLE color: 997504.
HSL color Cylindrical-coordinate representation of color #80380F: hue angle of 21.77º 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 #80380F is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 15 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.50 |
| HSL | 21.77º | 0.79% | 0.28% | - |
| HSV(B) | 21.77º | 0.88% | 0.5% | - |
| XYZ | 10.4 | 7.45 | 1.34 | - |
| YUV | 72.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 15 | 0 | 0.56 | 0.88 | 0.50 | 21.77 | 0.79 | 0.28 |
| Hex | 80 | 38 | F | 0 | 38 | 58 | 32 | 16 | 4F | 1C |
| Octal | 200 | 70 | 17 | 0 | 70 | 130 | 62 | 26 | 117 | 34 |
| Binary | 10000000 | 111000 | 1111 | 0 | 111000 | 1011000 | 110010 | 10110 | 1001111 | 11100 |
Color Harmonies of #80380F
Complementary color
Monochromatic Colors of #80380F
Black with #80380F
Text Example
Text Example
White with #80380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80380F; }
p { color: rgb(128,56,15); }
H1.HeaderClassName
{
color: #80380F;
}
.AnyTagClassName
{
color: #80380F;
}
</style>
background-color css
<style>
a { background-color: #80380F; }
a { background-color: rgb(128,56,15); }
div.DivClassName
{
background-color: #80380F;
}
.BgClassName
{
background-color: #80380F;
}
</style>
border-color css
<style>
span { border-color: #80380F; }
span { border-color: rgb(128,56,15); }
td.TdClassName
{
border-color: #80380F;
}
.TagClassName
{
border-color: #80380F;
}
</style>