Shades of Raw Umber #81580C
Tints of Raw Umber #81580C
RGB
CMYK
RGB Variations
Color information
#81580C (or 0x81580C) is known color: Raw Umber. HEX triplet: 81, 58 and 0C. RGB value is (129,88,12). Sum of RGB (Red+Green+Blue) = 129+88+12=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #81580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81580C is #7EA7F3. Grayscale: #5B5B5B. Windows color (decimal): -8300532 or 809089. OLE color: 809089.
HSL color Cylindrical-coordinate representation of color #81580C: hue angle of 38.97º 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 #81580C is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 88 | 12 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.49 |
| HSL | 38.97º | 0.83% | 0.28% | - |
| HSV(B) | 38.97º | 0.91% | 0.51% | - |
| XYZ | 12.61 | 11.67 | 1.94 | - |
| YUV | 91.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 12 | 0 | 0.32 | 0.91 | 0.49 | 38.97 | 0.83 | 0.28 |
| Hex | 81 | 58 | C | 0 | 20 | 5B | 31 | 27 | 53 | 1C |
| Octal | 201 | 130 | 14 | 0 | 40 | 133 | 61 | 47 | 123 | 34 |
| Binary | 10000001 | 1011000 | 1100 | 0 | 100000 | 1011011 | 110001 | 100111 | 1010011 | 11100 |
Color Harmonies of #81580C
Complementary color
Monochromatic Colors of #81580C
Black with #81580C
Text Example
Text Example
White with #81580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81580C; }
p { color: rgb(129,88,12); }
H1.HeaderClassName
{
color: #81580C;
}
.AnyTagClassName
{
color: #81580C;
}
</style>
background-color css
<style>
a { background-color: #81580C; }
a { background-color: rgb(129,88,12); }
div.DivClassName
{
background-color: #81580C;
}
.BgClassName
{
background-color: #81580C;
}
</style>
border-color css
<style>
span { border-color: #81580C; }
span { border-color: rgb(129,88,12); }
td.TdClassName
{
border-color: #81580C;
}
.TagClassName
{
border-color: #81580C;
}
</style>