Shades of Raw Umber #763A03
Tints of Raw Umber #763A03
RGB
CMYK
RGB Variations
Color information
#763A03 (or 0x763A03) is known color: Raw Umber. HEX triplet: 76, 3A and 03. RGB value is (118,58,3). Sum of RGB (Red+Green+Blue) = 118+58+3=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #763A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763A03 is #89C5FC. Grayscale: #454545. Windows color (decimal): -9029117 or 211574. OLE color: 211574.
HSL color Cylindrical-coordinate representation of color #763A03: hue angle of 28.7º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #763A03 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 3 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.54 |
| HSL | 28.7º | 0.95% | 0.24% | - |
| HSV(B) | 28.7º | 0.97% | 0.46% | - |
| XYZ | 9 | 6.88 | 0.94 | - |
| YUV | 69.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 3 | 0 | 0.51 | 0.97 | 0.54 | 28.7 | 0.95 | 0.24 |
| Hex | 76 | 3A | 3 | 0 | 33 | 61 | 36 | 1D | 5F | 18 |
| Octal | 166 | 72 | 3 | 0 | 63 | 141 | 66 | 35 | 137 | 30 |
| Binary | 1110110 | 111010 | 11 | 0 | 110011 | 1100001 | 110110 | 11101 | 1011111 | 11000 |
Color Harmonies of #763A03
Complementary color
Monochromatic Colors of #763A03
Black with #763A03
Text Example
Text Example
White with #763A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A03; }
p { color: rgb(118,58,3); }
H1.HeaderClassName
{
color: #763A03;
}
.AnyTagClassName
{
color: #763A03;
}
</style>
background-color css
<style>
a { background-color: #763A03; }
a { background-color: rgb(118,58,3); }
div.DivClassName
{
background-color: #763A03;
}
.BgClassName
{
background-color: #763A03;
}
</style>
border-color css
<style>
span { border-color: #763A03; }
span { border-color: rgb(118,58,3); }
td.TdClassName
{
border-color: #763A03;
}
.TagClassName
{
border-color: #763A03;
}
</style>