Shades of Raw Umber #704E02
Tints of Raw Umber #704E02
RGB
CMYK
RGB Variations
Color information
#704E02 (or 0x704E02) is known color: Raw Umber. HEX triplet: 70, 4E and 02. RGB value is (112,78,2). Sum of RGB (Red+Green+Blue) = 112+78+2=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #704E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E02 is #8FB1FD. Grayscale: #4F4F4F. Windows color (decimal): -9417214 or 151152. OLE color: 151152.
HSL color Cylindrical-coordinate representation of color #704E02: hue angle of 41.45º 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 #704E02 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 2 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.56 |
| HSL | 41.45º | 0.96% | 0.22% | - |
| HSV(B) | 41.45º | 0.98% | 0.44% | - |
| XYZ | 9.42 | 8.9 | 1.28 | - |
| YUV | 79.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 2 | 0 | 0.30 | 0.98 | 0.56 | 41.45 | 0.96 | 0.22 |
| Hex | 70 | 4E | 2 | 0 | 1E | 62 | 38 | 29 | 60 | 16 |
| Octal | 160 | 116 | 2 | 0 | 36 | 142 | 70 | 51 | 140 | 26 |
| Binary | 1110000 | 1001110 | 10 | 0 | 11110 | 1100010 | 111000 | 101001 | 1100000 | 10110 |
Color Harmonies of #704E02
Complementary color
Monochromatic Colors of #704E02
Black with #704E02
Text Example
Text Example
White with #704E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E02; }
p { color: rgb(112,78,2); }
H1.HeaderClassName
{
color: #704E02;
}
.AnyTagClassName
{
color: #704E02;
}
</style>
background-color css
<style>
a { background-color: #704E02; }
a { background-color: rgb(112,78,2); }
div.DivClassName
{
background-color: #704E02;
}
.BgClassName
{
background-color: #704E02;
}
</style>
border-color css
<style>
span { border-color: #704E02; }
span { border-color: rgb(112,78,2); }
td.TdClassName
{
border-color: #704E02;
}
.TagClassName
{
border-color: #704E02;
}
</style>