Shades of Raw Umber #773D00
Tints of Raw Umber #773D00
RGB
CMYK
RGB Variations
Color information
#773D00 (or 0x773D00) is known color: Raw Umber. HEX triplet: 77, 3D and 00. RGB value is (119,61,0). Sum of RGB (Red+Green+Blue) = 119+61+0=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #773D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773D00 is #88C2FF. Grayscale: #474747. Windows color (decimal): -8962816 or 15735. OLE color: 15735.
HSL color Cylindrical-coordinate representation of color #773D00: hue angle of 30.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #773D00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.53 |
| HSL | 30.76º | 1% | 0.23% | - |
| HSV(B) | 30.76º | 1% | 0.47% | - |
| XYZ | 9.28 | 7.26 | 0.91 | - |
| YUV | 71.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 0 | 0 | 0.49 | 1 | 0.53 | 30.76 | 1 | 0.23 |
| Hex | 77 | 3D | 0 | 0 | 31 | 64 | 35 | 1F | 64 | 17 |
| Octal | 167 | 75 | 0 | 0 | 61 | 144 | 65 | 37 | 144 | 27 |
| Binary | 1110111 | 111101 | 0 | 0 | 110001 | 1100100 | 110101 | 11111 | 1100100 | 10111 |
Color Harmonies of #773D00
Complementary color
Monochromatic Colors of #773D00
Black with #773D00
Text Example
Text Example
White with #773D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D00; }
p { color: rgb(119,61,0); }
H1.HeaderClassName
{
color: #773D00;
}
.AnyTagClassName
{
color: #773D00;
}
</style>
background-color css
<style>
a { background-color: #773D00; }
a { background-color: rgb(119,61,0); }
div.DivClassName
{
background-color: #773D00;
}
.BgClassName
{
background-color: #773D00;
}
</style>
border-color css
<style>
span { border-color: #773D00; }
span { border-color: rgb(119,61,0); }
td.TdClassName
{
border-color: #773D00;
}
.TagClassName
{
border-color: #773D00;
}
</style>