Shades of Raw Umber #746002
Tints of Raw Umber #746002
RGB
CMYK
RGB Variations
Color information
#746002 (or 0x746002) is known color: Raw Umber. HEX triplet: 74, 60 and 02. RGB value is (116,96,2). Sum of RGB (Red+Green+Blue) = 116+96+2=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #746002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746002 is #8B9FFD. Grayscale: #5B5B5B. Windows color (decimal): -9150462 or 155764. OLE color: 155764.
HSL color Cylindrical-coordinate representation of color #746002: hue angle of 49.47º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #746002 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 96 | 2 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.55 |
| HSL | 49.47º | 0.97% | 0.23% | - |
| HSV(B) | 49.47º | 0.98% | 0.45% | - |
| XYZ | 11.4 | 12.08 | 1.79 | - |
| YUV | 91.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 2 | 0 | 0.17 | 0.98 | 0.55 | 49.47 | 0.97 | 0.23 |
| Hex | 74 | 60 | 2 | 0 | 11 | 62 | 37 | 31 | 61 | 17 |
| Octal | 164 | 140 | 2 | 0 | 21 | 142 | 67 | 61 | 141 | 27 |
| Binary | 1110100 | 1100000 | 10 | 0 | 10001 | 1100010 | 110111 | 110001 | 1100001 | 10111 |
Color Harmonies of #746002
Complementary color
Monochromatic Colors of #746002
Black with #746002
Text Example
Text Example
White with #746002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746002; }
p { color: rgb(116,96,2); }
H1.HeaderClassName
{
color: #746002;
}
.AnyTagClassName
{
color: #746002;
}
</style>
background-color css
<style>
a { background-color: #746002; }
a { background-color: rgb(116,96,2); }
div.DivClassName
{
background-color: #746002;
}
.BgClassName
{
background-color: #746002;
}
</style>
border-color css
<style>
span { border-color: #746002; }
span { border-color: rgb(116,96,2); }
td.TdClassName
{
border-color: #746002;
}
.TagClassName
{
border-color: #746002;
}
</style>