Shades of Raw Umber #773D09
Tints of Raw Umber #773D09
RGB
CMYK
RGB Variations
Color information
#773D09 (or 0x773D09) is known color: Raw Umber. HEX triplet: 77, 3D and 09. RGB value is (119,61,9). Sum of RGB (Red+Green+Blue) = 119+61+9=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #773D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773D09 is #88C2F6. Grayscale: #484848. Windows color (decimal): -8962807 or 605559. OLE color: 605559.
HSL color Cylindrical-coordinate representation of color #773D09: hue angle of 28.36º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #773D09 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 9 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.53 |
| HSL | 28.36º | 0.86% | 0.25% | - |
| HSV(B) | 28.36º | 0.92% | 0.47% | - |
| XYZ | 9.33 | 7.28 | 1.17 | - |
| YUV | 72.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 9 | 0 | 0.49 | 0.92 | 0.53 | 28.36 | 0.86 | 0.25 |
| Hex | 77 | 3D | 9 | 0 | 31 | 5C | 35 | 1C | 56 | 19 |
| Octal | 167 | 75 | 11 | 0 | 61 | 134 | 65 | 34 | 126 | 31 |
| Binary | 1110111 | 111101 | 1001 | 0 | 110001 | 1011100 | 110101 | 11100 | 1010110 | 11001 |
Color Harmonies of #773D09
Complementary color
Monochromatic Colors of #773D09
Black with #773D09
Text Example
Text Example
White with #773D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D09; }
p { color: rgb(119,61,9); }
H1.HeaderClassName
{
color: #773D09;
}
.AnyTagClassName
{
color: #773D09;
}
</style>
background-color css
<style>
a { background-color: #773D09; }
a { background-color: rgb(119,61,9); }
div.DivClassName
{
background-color: #773D09;
}
.BgClassName
{
background-color: #773D09;
}
</style>
border-color css
<style>
span { border-color: #773D09; }
span { border-color: rgb(119,61,9); }
td.TdClassName
{
border-color: #773D09;
}
.TagClassName
{
border-color: #773D09;
}
</style>