Shades of Raw Umber #773F03
Tints of Raw Umber #773F03
RGB
CMYK
RGB Variations
Color information
#773F03 (or 0x773F03) is known color: Raw Umber. HEX triplet: 77, 3F and 03. RGB value is (119,63,3). Sum of RGB (Red+Green+Blue) = 119+63+3=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #773F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773F03 is #88C0FC. Grayscale: #494949. Windows color (decimal): -8962301 or 212855. OLE color: 212855.
HSL color Cylindrical-coordinate representation of color #773F03: hue angle of 31.03º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #773F03 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 3 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.53 |
| HSL | 31.03º | 0.95% | 0.24% | - |
| HSV(B) | 31.03º | 0.97% | 0.47% | - |
| XYZ | 9.4 | 7.48 | 1.04 | - |
| YUV | 72.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 3 | 0 | 0.47 | 0.97 | 0.53 | 31.03 | 0.95 | 0.24 |
| Hex | 77 | 3F | 3 | 0 | 2F | 61 | 35 | 1F | 5F | 18 |
| Octal | 167 | 77 | 3 | 0 | 57 | 141 | 65 | 37 | 137 | 30 |
| Binary | 1110111 | 111111 | 11 | 0 | 101111 | 1100001 | 110101 | 11111 | 1011111 | 11000 |
Color Harmonies of #773F03
Complementary color
Monochromatic Colors of #773F03
Black with #773F03
Text Example
Text Example
White with #773F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F03; }
p { color: rgb(119,63,3); }
H1.HeaderClassName
{
color: #773F03;
}
.AnyTagClassName
{
color: #773F03;
}
</style>
background-color css
<style>
a { background-color: #773F03; }
a { background-color: rgb(119,63,3); }
div.DivClassName
{
background-color: #773F03;
}
.BgClassName
{
background-color: #773F03;
}
</style>
border-color css
<style>
span { border-color: #773F03; }
span { border-color: rgb(119,63,3); }
td.TdClassName
{
border-color: #773F03;
}
.TagClassName
{
border-color: #773F03;
}
</style>