Shades of Raw Umber #815B05
Tints of Raw Umber #815B05
RGB
CMYK
RGB Variations
Color information
#815B05 (or 0x815B05) is known color: Raw Umber. HEX triplet: 81, 5B and 05. RGB value is (129,91,5). Sum of RGB (Red+Green+Blue) = 129+91+5=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #815B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815B05 is #7EA4FA. Grayscale: #5C5C5C. Windows color (decimal): -8299771 or 351105. OLE color: 351105.
HSL color Cylindrical-coordinate representation of color #815B05: hue angle of 41.61º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #815B05 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 91 | 5 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.49 |
| HSL | 41.61º | 0.93% | 0.26% | - |
| HSV(B) | 41.61º | 0.96% | 0.51% | - |
| XYZ | 12.82 | 12.16 | 1.81 | - |
| YUV | 92.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 91 | 5 | 0 | 0.29 | 0.96 | 0.49 | 41.61 | 0.93 | 0.26 |
| Hex | 81 | 5B | 5 | 0 | 1D | 60 | 31 | 2A | 5D | 1A |
| Octal | 201 | 133 | 5 | 0 | 35 | 140 | 61 | 52 | 135 | 32 |
| Binary | 10000001 | 1011011 | 101 | 0 | 11101 | 1100000 | 110001 | 101010 | 1011101 | 11010 |
Color Harmonies of #815B05
Complementary color
Monochromatic Colors of #815B05
Black with #815B05
Text Example
Text Example
White with #815B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815B05; }
p { color: rgb(129,91,5); }
H1.HeaderClassName
{
color: #815B05;
}
.AnyTagClassName
{
color: #815B05;
}
</style>
background-color css
<style>
a { background-color: #815B05; }
a { background-color: rgb(129,91,5); }
div.DivClassName
{
background-color: #815B05;
}
.BgClassName
{
background-color: #815B05;
}
</style>
border-color css
<style>
span { border-color: #815B05; }
span { border-color: rgb(129,91,5); }
td.TdClassName
{
border-color: #815B05;
}
.TagClassName
{
border-color: #815B05;
}
</style>