Shades of Raw Umber #815A00
Tints of Raw Umber #815A00
RGB
CMYK
RGB Variations
Color information
#815A00 (or 0x815A00) is known color: Raw Umber. HEX triplet: 81, 5A and 00. RGB value is (129,90,0). Sum of RGB (Red+Green+Blue) = 129+90+0=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #815A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815A00 is #7EA5FF. Grayscale: #5B5B5B. Windows color (decimal): -8300032 or 23169. OLE color: 23169.
HSL color Cylindrical-coordinate representation of color #815A00: hue angle of 41.86º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #815A00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.49 |
| HSL | 41.86º | 1% | 0.25% | - |
| HSV(B) | 41.86º | 1% | 0.51% | - |
| XYZ | 12.71 | 11.98 | 1.64 | - |
| YUV | 91.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 0 | 0 | 0.30 | 1 | 0.49 | 41.86 | 1 | 0.25 |
| Hex | 81 | 5A | 0 | 0 | 1E | 64 | 31 | 2A | 64 | 19 |
| Octal | 201 | 132 | 0 | 0 | 36 | 144 | 61 | 52 | 144 | 31 |
| Binary | 10000001 | 1011010 | 0 | 0 | 11110 | 1100100 | 110001 | 101010 | 1100100 | 11001 |
Color Harmonies of #815A00
Complementary color
Monochromatic Colors of #815A00
Black with #815A00
Text Example
Text Example
White with #815A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A00; }
p { color: rgb(129,90,0); }
H1.HeaderClassName
{
color: #815A00;
}
.AnyTagClassName
{
color: #815A00;
}
</style>
background-color css
<style>
a { background-color: #815A00; }
a { background-color: rgb(129,90,0); }
div.DivClassName
{
background-color: #815A00;
}
.BgClassName
{
background-color: #815A00;
}
</style>
border-color css
<style>
span { border-color: #815A00; }
span { border-color: rgb(129,90,0); }
td.TdClassName
{
border-color: #815A00;
}
.TagClassName
{
border-color: #815A00;
}
</style>