Shades of Raw Umber #763401
Tints of Raw Umber #763401
RGB
CMYK
RGB Variations
Color information
#763401 (or 0x763401) is known color: Raw Umber. HEX triplet: 76, 34 and 01. RGB value is (118,52,1). Sum of RGB (Red+Green+Blue) = 118+52+1=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #763401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763401 is #89CBFE. Grayscale: #424242. Windows color (decimal): -9030655 or 78966. OLE color: 78966.
HSL color Cylindrical-coordinate representation of color #763401: hue angle of 26.15º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #763401 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.54 |
| HSL | 26.15º | 0.98% | 0.23% | - |
| HSV(B) | 26.15º | 0.99% | 0.46% | - |
| XYZ | 8.7 | 6.31 | 0.79 | - |
| YUV | 65.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 1 | 0 | 0.56 | 0.99 | 0.54 | 26.15 | 0.98 | 0.23 |
| Hex | 76 | 34 | 1 | 0 | 38 | 63 | 36 | 1A | 62 | 17 |
| Octal | 166 | 64 | 1 | 0 | 70 | 143 | 66 | 32 | 142 | 27 |
| Binary | 1110110 | 110100 | 1 | 0 | 111000 | 1100011 | 110110 | 11010 | 1100010 | 10111 |
Color Harmonies of #763401
Complementary color
Monochromatic Colors of #763401
Black with #763401
Text Example
Text Example
White with #763401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763401; }
p { color: rgb(118,52,1); }
H1.HeaderClassName
{
color: #763401;
}
.AnyTagClassName
{
color: #763401;
}
</style>
background-color css
<style>
a { background-color: #763401; }
a { background-color: rgb(118,52,1); }
div.DivClassName
{
background-color: #763401;
}
.BgClassName
{
background-color: #763401;
}
</style>
border-color css
<style>
span { border-color: #763401; }
span { border-color: rgb(118,52,1); }
td.TdClassName
{
border-color: #763401;
}
.TagClassName
{
border-color: #763401;
}
</style>