Shades of Raw Umber #704A02
Tints of Raw Umber #704A02
RGB
CMYK
RGB Variations
Color information
#704A02 (or 0x704A02) is known color: Raw Umber. HEX triplet: 70, 4A and 02. RGB value is (112,74,2). Sum of RGB (Red+Green+Blue) = 112+74+2=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #704A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A02 is #8FB5FD. Grayscale: #4D4D4D. Windows color (decimal): -9418238 or 150128. OLE color: 150128.
HSL color Cylindrical-coordinate representation of color #704A02: hue angle of 39.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #704A02 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 2 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.56 |
| HSL | 39.27º | 0.96% | 0.22% | - |
| HSV(B) | 39.27º | 0.98% | 0.44% | - |
| XYZ | 9.14 | 8.35 | 1.19 | - |
| YUV | 77.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 2 | 0 | 0.34 | 0.98 | 0.56 | 39.27 | 0.96 | 0.22 |
| Hex | 70 | 4A | 2 | 0 | 22 | 62 | 38 | 27 | 60 | 16 |
| Octal | 160 | 112 | 2 | 0 | 42 | 142 | 70 | 47 | 140 | 26 |
| Binary | 1110000 | 1001010 | 10 | 0 | 100010 | 1100010 | 111000 | 100111 | 1100000 | 10110 |
Color Harmonies of #704A02
Complementary color
Monochromatic Colors of #704A02
Black with #704A02
Text Example
Text Example
White with #704A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A02; }
p { color: rgb(112,74,2); }
H1.HeaderClassName
{
color: #704A02;
}
.AnyTagClassName
{
color: #704A02;
}
</style>
background-color css
<style>
a { background-color: #704A02; }
a { background-color: rgb(112,74,2); }
div.DivClassName
{
background-color: #704A02;
}
.BgClassName
{
background-color: #704A02;
}
</style>
border-color css
<style>
span { border-color: #704A02; }
span { border-color: rgb(112,74,2); }
td.TdClassName
{
border-color: #704A02;
}
.TagClassName
{
border-color: #704A02;
}
</style>