Shades of Raw Umber #746003
Tints of Raw Umber #746003
RGB
CMYK
RGB Variations
Color information
#746003 (or 0x746003) is known color: Raw Umber. HEX triplet: 74, 60 and 03. RGB value is (116,96,3). Sum of RGB (Red+Green+Blue) = 116+96+3=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #746003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746003 is #8B9FFC. Grayscale: #5B5B5B. Windows color (decimal): -9150461 or 221300. OLE color: 221300.
HSL color Cylindrical-coordinate representation of color #746003: hue angle of 49.38º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #746003 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 96 | 3 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.55 |
| HSL | 49.38º | 0.95% | 0.23% | - |
| HSV(B) | 49.38º | 0.97% | 0.45% | - |
| XYZ | 11.4 | 12.09 | 1.82 | - |
| YUV | 91.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 3 | 0 | 0.17 | 0.97 | 0.55 | 49.38 | 0.95 | 0.23 |
| Hex | 74 | 60 | 3 | 0 | 11 | 61 | 37 | 31 | 5F | 17 |
| Octal | 164 | 140 | 3 | 0 | 21 | 141 | 67 | 61 | 137 | 27 |
| Binary | 1110100 | 1100000 | 11 | 0 | 10001 | 1100001 | 110111 | 110001 | 1011111 | 10111 |
Color Harmonies of #746003
Complementary color
Monochromatic Colors of #746003
Black with #746003
Text Example
Text Example
White with #746003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746003; }
p { color: rgb(116,96,3); }
H1.HeaderClassName
{
color: #746003;
}
.AnyTagClassName
{
color: #746003;
}
</style>
background-color css
<style>
a { background-color: #746003; }
a { background-color: rgb(116,96,3); }
div.DivClassName
{
background-color: #746003;
}
.BgClassName
{
background-color: #746003;
}
</style>
border-color css
<style>
span { border-color: #746003; }
span { border-color: rgb(116,96,3); }
td.TdClassName
{
border-color: #746003;
}
.TagClassName
{
border-color: #746003;
}
</style>