Shades of Raw Umber #81540C
Tints of Raw Umber #81540C
RGB
CMYK
RGB Variations
Color information
#81540C (or 0x81540C) is known color: Raw Umber. HEX triplet: 81, 54 and 0C. RGB value is (129,84,12). Sum of RGB (Red+Green+Blue) = 129+84+12=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81540C is #7EABF3. Grayscale: #595959. Windows color (decimal): -8301556 or 808065. OLE color: 808065.
HSL color Cylindrical-coordinate representation of color #81540C: hue angle of 36.92º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81540C is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 84 | 12 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.49 |
| HSL | 36.92º | 0.83% | 0.28% | - |
| HSV(B) | 36.92º | 0.91% | 0.51% | - |
| XYZ | 12.29 | 11.03 | 1.83 | - |
| YUV | 89.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 84 | 12 | 0 | 0.35 | 0.91 | 0.49 | 36.92 | 0.83 | 0.28 |
| Hex | 81 | 54 | C | 0 | 23 | 5B | 31 | 25 | 53 | 1C |
| Octal | 201 | 124 | 14 | 0 | 43 | 133 | 61 | 45 | 123 | 34 |
| Binary | 10000001 | 1010100 | 1100 | 0 | 100011 | 1011011 | 110001 | 100101 | 1010011 | 11100 |
Color Harmonies of #81540C
Complementary color
Monochromatic Colors of #81540C
Black with #81540C
Text Example
Text Example
White with #81540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81540C; }
p { color: rgb(129,84,12); }
H1.HeaderClassName
{
color: #81540C;
}
.AnyTagClassName
{
color: #81540C;
}
</style>
background-color css
<style>
a { background-color: #81540C; }
a { background-color: rgb(129,84,12); }
div.DivClassName
{
background-color: #81540C;
}
.BgClassName
{
background-color: #81540C;
}
</style>
border-color css
<style>
span { border-color: #81540C; }
span { border-color: rgb(129,84,12); }
td.TdClassName
{
border-color: #81540C;
}
.TagClassName
{
border-color: #81540C;
}
</style>