Shades of Raw Umber #805D03
Tints of Raw Umber #805D03
RGB
CMYK
RGB Variations
Color information
#805D03 (or 0x805D03) is known color: Raw Umber. HEX triplet: 80, 5D and 03. RGB value is (128,93,3). Sum of RGB (Red+Green+Blue) = 128+93+3=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #805D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805D03 is #7FA2FC. Grayscale: #5D5D5D. Windows color (decimal): -8364797 or 220544. OLE color: 220544.
HSL color Cylindrical-coordinate representation of color #805D03: hue angle of 43.2º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #805D03 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 93 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.50 |
| HSL | 43.2º | 0.95% | 0.26% | - |
| HSV(B) | 43.2º | 0.98% | 0.5% | - |
| XYZ | 12.83 | 12.42 | 1.81 | - |
| YUV | 93.21 | 77.1 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 3 | 0 | 0.27 | 0.98 | 0.50 | 43.2 | 0.95 | 0.26 |
| Hex | 80 | 5D | 3 | 0 | 1B | 62 | 32 | 2B | 5F | 1A |
| Octal | 200 | 135 | 3 | 0 | 33 | 142 | 62 | 53 | 137 | 32 |
| Binary | 10000000 | 1011101 | 11 | 0 | 11011 | 1100010 | 110010 | 101011 | 1011111 | 11010 |
Color Harmonies of #805D03
Complementary color
Monochromatic Colors of #805D03
Black with #805D03
Text Example
Text Example
White with #805D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D03; }
p { color: rgb(128,93,3); }
H1.HeaderClassName
{
color: #805D03;
}
.AnyTagClassName
{
color: #805D03;
}
</style>
background-color css
<style>
a { background-color: #805D03; }
a { background-color: rgb(128,93,3); }
div.DivClassName
{
background-color: #805D03;
}
.BgClassName
{
background-color: #805D03;
}
</style>
border-color css
<style>
span { border-color: #805D03; }
span { border-color: rgb(128,93,3); }
td.TdClassName
{
border-color: #805D03;
}
.TagClassName
{
border-color: #805D03;
}
</style>