Shades of Raw Umber #80550D
Tints of Raw Umber #80550D
RGB
CMYK
RGB Variations
Color information
#80550D (or 0x80550D) is known color: Raw Umber. HEX triplet: 80, 55 and 0D. RGB value is (128,85,13). Sum of RGB (Red+Green+Blue) = 128+85+13=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80550D is #7FAAF2. Grayscale: #595959. Windows color (decimal): -8366835 or 873856. OLE color: 873856.
HSL color Cylindrical-coordinate representation of color #80550D: hue angle of 37.57º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80550D is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 13 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.50 |
| HSL | 37.57º | 0.82% | 0.28% | - |
| HSV(B) | 37.57º | 0.9% | 0.5% | - |
| XYZ | 12.22 | 11.12 | 1.88 | - |
| YUV | 89.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 13 | 0 | 0.34 | 0.90 | 0.50 | 37.57 | 0.82 | 0.28 |
| Hex | 80 | 55 | D | 0 | 22 | 5A | 32 | 26 | 52 | 1C |
| Octal | 200 | 125 | 15 | 0 | 42 | 132 | 62 | 46 | 122 | 34 |
| Binary | 10000000 | 1010101 | 1101 | 0 | 100010 | 1011010 | 110010 | 100110 | 1010010 | 11100 |
Color Harmonies of #80550D
Complementary color
Monochromatic Colors of #80550D
Black with #80550D
Text Example
Text Example
White with #80550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80550D; }
p { color: rgb(128,85,13); }
H1.HeaderClassName
{
color: #80550D;
}
.AnyTagClassName
{
color: #80550D;
}
</style>
background-color css
<style>
a { background-color: #80550D; }
a { background-color: rgb(128,85,13); }
div.DivClassName
{
background-color: #80550D;
}
.BgClassName
{
background-color: #80550D;
}
</style>
border-color css
<style>
span { border-color: #80550D; }
span { border-color: rgb(128,85,13); }
td.TdClassName
{
border-color: #80550D;
}
.TagClassName
{
border-color: #80550D;
}
</style>