Shades of Raw Umber #815C01
Tints of Raw Umber #815C01
RGB
CMYK
RGB Variations
Color information
#815C01 (or 0x815C01) is known color: Raw Umber. HEX triplet: 81, 5C and 01. RGB value is (129,92,1). Sum of RGB (Red+Green+Blue) = 129+92+1=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #815C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815C01 is #7EA3FE. Grayscale: #5D5D5D. Windows color (decimal): -8299519 or 89217. OLE color: 89217.
HSL color Cylindrical-coordinate representation of color #815C01: hue angle of 42.66º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #815C01 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 92 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.49 |
| HSL | 42.66º | 0.98% | 0.25% | - |
| HSV(B) | 42.66º | 0.99% | 0.51% | - |
| XYZ | 12.89 | 12.32 | 1.73 | - |
| YUV | 92.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 1 | 0 | 0.29 | 0.99 | 0.49 | 42.66 | 0.98 | 0.25 |
| Hex | 81 | 5C | 1 | 0 | 1D | 63 | 31 | 2B | 62 | 19 |
| Octal | 201 | 134 | 1 | 0 | 35 | 143 | 61 | 53 | 142 | 31 |
| Binary | 10000001 | 1011100 | 1 | 0 | 11101 | 1100011 | 110001 | 101011 | 1100010 | 11001 |
Color Harmonies of #815C01
Complementary color
Monochromatic Colors of #815C01
Black with #815C01
Text Example
Text Example
White with #815C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815C01; }
p { color: rgb(129,92,1); }
H1.HeaderClassName
{
color: #815C01;
}
.AnyTagClassName
{
color: #815C01;
}
</style>
background-color css
<style>
a { background-color: #815C01; }
a { background-color: rgb(129,92,1); }
div.DivClassName
{
background-color: #815C01;
}
.BgClassName
{
background-color: #815C01;
}
</style>
border-color css
<style>
span { border-color: #815C01; }
span { border-color: rgb(129,92,1); }
td.TdClassName
{
border-color: #815C01;
}
.TagClassName
{
border-color: #815C01;
}
</style>