Shades of Saddle Brown #80390F
Tints of Saddle Brown #80390F
RGB
CMYK
RGB Variations
Color information
#80390F (or 0x80390F) is known color: Saddle Brown. HEX triplet: 80, 39 and 0F. RGB value is (128,57,15). Sum of RGB (Red+Green+Blue) = 128+57+15=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #80390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80390F is #7FC6F0. Grayscale: #494949. Windows color (decimal): -8374001 or 997760. OLE color: 997760.
HSL color Cylindrical-coordinate representation of color #80390F: hue angle of 22.3º 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 #80390F is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 15 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.50 |
| HSL | 22.3º | 0.79% | 0.28% | - |
| HSV(B) | 22.3º | 0.88% | 0.5% | - |
| XYZ | 10.45 | 7.55 | 1.36 | - |
| YUV | 73.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 15 | 0 | 0.55 | 0.88 | 0.50 | 22.3 | 0.79 | 0.28 |
| Hex | 80 | 39 | F | 0 | 37 | 58 | 32 | 16 | 4F | 1C |
| Octal | 200 | 71 | 17 | 0 | 67 | 130 | 62 | 26 | 117 | 34 |
| Binary | 10000000 | 111001 | 1111 | 0 | 110111 | 1011000 | 110010 | 10110 | 1001111 | 11100 |
Color Harmonies of #80390F
Complementary color
Monochromatic Colors of #80390F
Black with #80390F
Text Example
Text Example
White with #80390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80390F; }
p { color: rgb(128,57,15); }
H1.HeaderClassName
{
color: #80390F;
}
.AnyTagClassName
{
color: #80390F;
}
</style>
background-color css
<style>
a { background-color: #80390F; }
a { background-color: rgb(128,57,15); }
div.DivClassName
{
background-color: #80390F;
}
.BgClassName
{
background-color: #80390F;
}
</style>
border-color css
<style>
span { border-color: #80390F; }
span { border-color: rgb(128,57,15); }
td.TdClassName
{
border-color: #80390F;
}
.TagClassName
{
border-color: #80390F;
}
</style>