Shades of Raw Umber #805314
Tints of Raw Umber #805314
RGB
CMYK
RGB Variations
Color information
#805314 (or 0x805314) is known color: Raw Umber. HEX triplet: 80, 53 and 14. RGB value is (128,83,20). Sum of RGB (Red+Green+Blue) = 128+83+20=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #805314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805314 is #7FACEB. Grayscale: #595959. Windows color (decimal): -8367340 or 1332096. OLE color: 1332096.
HSL color Cylindrical-coordinate representation of color #805314: hue angle of 35º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #805314 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 20 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.50 |
| HSL | 35º | 0.73% | 0.29% | - |
| HSV(B) | 35º | 0.84% | 0.5% | - |
| XYZ | 12.12 | 10.83 | 2.11 | - |
| YUV | 89.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 20 | 0 | 0.35 | 0.84 | 0.50 | 35 | 0.73 | 0.29 |
| Hex | 80 | 53 | 14 | 0 | 23 | 54 | 32 | 23 | 49 | 1D |
| Octal | 200 | 123 | 24 | 0 | 43 | 124 | 62 | 43 | 111 | 35 |
| Binary | 10000000 | 1010011 | 10100 | 0 | 100011 | 1010100 | 110010 | 100011 | 1001001 | 11101 |
Color Harmonies of #805314
Complementary color
Monochromatic Colors of #805314
Black with #805314
Text Example
Text Example
White with #805314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805314; }
p { color: rgb(128,83,20); }
H1.HeaderClassName
{
color: #805314;
}
.AnyTagClassName
{
color: #805314;
}
</style>
background-color css
<style>
a { background-color: #805314; }
a { background-color: rgb(128,83,20); }
div.DivClassName
{
background-color: #805314;
}
.BgClassName
{
background-color: #805314;
}
</style>
border-color css
<style>
span { border-color: #805314; }
span { border-color: rgb(128,83,20); }
td.TdClassName
{
border-color: #805314;
}
.TagClassName
{
border-color: #805314;
}
</style>