Shades of Raw Umber #763A01
Tints of Raw Umber #763A01
RGB
CMYK
RGB Variations
Color information
#763A01 (or 0x763A01) is known color: Raw Umber. HEX triplet: 76, 3A and 01. RGB value is (118,58,1). Sum of RGB (Red+Green+Blue) = 118+58+1=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #763A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763A01 is #89C5FE. Grayscale: #454545. Windows color (decimal): -9029119 or 80502. OLE color: 80502.
HSL color Cylindrical-coordinate representation of color #763A01: hue angle of 29.23º 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 #763A01 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.54 |
| HSL | 29.23º | 0.98% | 0.23% | - |
| HSV(B) | 29.23º | 0.99% | 0.46% | - |
| XYZ | 8.99 | 6.88 | 0.88 | - |
| YUV | 69.44 | 89.38 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 1 | 0 | 0.51 | 0.99 | 0.54 | 29.23 | 0.98 | 0.23 |
| Hex | 76 | 3A | 1 | 0 | 33 | 63 | 36 | 1D | 62 | 17 |
| Octal | 166 | 72 | 1 | 0 | 63 | 143 | 66 | 35 | 142 | 27 |
| Binary | 1110110 | 111010 | 1 | 0 | 110011 | 1100011 | 110110 | 11101 | 1100010 | 10111 |
Color Harmonies of #763A01
Complementary color
Monochromatic Colors of #763A01
Black with #763A01
Text Example
Text Example
White with #763A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A01; }
p { color: rgb(118,58,1); }
H1.HeaderClassName
{
color: #763A01;
}
.AnyTagClassName
{
color: #763A01;
}
</style>
background-color css
<style>
a { background-color: #763A01; }
a { background-color: rgb(118,58,1); }
div.DivClassName
{
background-color: #763A01;
}
.BgClassName
{
background-color: #763A01;
}
</style>
border-color css
<style>
span { border-color: #763A01; }
span { border-color: rgb(118,58,1); }
td.TdClassName
{
border-color: #763A01;
}
.TagClassName
{
border-color: #763A01;
}
</style>