Shades of Raw Umber #815A02
Tints of Raw Umber #815A02
RGB
CMYK
RGB Variations
Color information
#815A02 (or 0x815A02) is known color: Raw Umber. HEX triplet: 81, 5A and 02. RGB value is (129,90,2). Sum of RGB (Red+Green+Blue) = 129+90+2=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #815A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815A02 is #7EA5FD. Grayscale: #5C5C5C. Windows color (decimal): -8300030 or 154241. OLE color: 154241.
HSL color Cylindrical-coordinate representation of color #815A02: hue angle of 41.57º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #815A02 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 2 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.49 |
| HSL | 41.57º | 0.97% | 0.26% | - |
| HSV(B) | 41.57º | 0.98% | 0.51% | - |
| XYZ | 12.72 | 11.98 | 1.7 | - |
| YUV | 91.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 2 | 0 | 0.30 | 0.98 | 0.49 | 41.57 | 0.97 | 0.26 |
| Hex | 81 | 5A | 2 | 0 | 1E | 62 | 31 | 2A | 61 | 1A |
| Octal | 201 | 132 | 2 | 0 | 36 | 142 | 61 | 52 | 141 | 32 |
| Binary | 10000001 | 1011010 | 10 | 0 | 11110 | 1100010 | 110001 | 101010 | 1100001 | 11010 |
Color Harmonies of #815A02
Complementary color
Monochromatic Colors of #815A02
Black with #815A02
Text Example
Text Example
White with #815A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A02; }
p { color: rgb(129,90,2); }
H1.HeaderClassName
{
color: #815A02;
}
.AnyTagClassName
{
color: #815A02;
}
</style>
background-color css
<style>
a { background-color: #815A02; }
a { background-color: rgb(129,90,2); }
div.DivClassName
{
background-color: #815A02;
}
.BgClassName
{
background-color: #815A02;
}
</style>
border-color css
<style>
span { border-color: #815A02; }
span { border-color: rgb(129,90,2); }
td.TdClassName
{
border-color: #815A02;
}
.TagClassName
{
border-color: #815A02;
}
</style>