Shades of Raw Umber #773301
Tints of Raw Umber #773301
RGB
CMYK
RGB Variations
Color information
#773301 (or 0x773301) is known color: Raw Umber. HEX triplet: 77, 33 and 01. RGB value is (119,51,1). Sum of RGB (Red+Green+Blue) = 119+51+1=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #773301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773301 is #88CCFE. Grayscale: #414141. Windows color (decimal): -8965375 or 78711. OLE color: 78711.
HSL color Cylindrical-coordinate representation of color #773301: hue angle of 25.42º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #773301 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 51 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.53 |
| HSL | 25.42º | 0.98% | 0.24% | - |
| HSV(B) | 25.42º | 0.99% | 0.47% | - |
| XYZ | 8.8 | 6.29 | 0.78 | - |
| YUV | 65.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 1 | 0 | 0.57 | 0.99 | 0.53 | 25.42 | 0.98 | 0.24 |
| Hex | 77 | 33 | 1 | 0 | 39 | 63 | 35 | 19 | 62 | 18 |
| Octal | 167 | 63 | 1 | 0 | 71 | 143 | 65 | 31 | 142 | 30 |
| Binary | 1110111 | 110011 | 1 | 0 | 111001 | 1100011 | 110101 | 11001 | 1100010 | 11000 |
Color Harmonies of #773301
Complementary color
Monochromatic Colors of #773301
Black with #773301
Text Example
Text Example
White with #773301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773301; }
p { color: rgb(119,51,1); }
H1.HeaderClassName
{
color: #773301;
}
.AnyTagClassName
{
color: #773301;
}
</style>
background-color css
<style>
a { background-color: #773301; }
a { background-color: rgb(119,51,1); }
div.DivClassName
{
background-color: #773301;
}
.BgClassName
{
background-color: #773301;
}
</style>
border-color css
<style>
span { border-color: #773301; }
span { border-color: rgb(119,51,1); }
td.TdClassName
{
border-color: #773301;
}
.TagClassName
{
border-color: #773301;
}
</style>