Shades of Raw Umber #704A01
Tints of Raw Umber #704A01
RGB
CMYK
RGB Variations
Color information
#704A01 (or 0x704A01) is known color: Raw Umber. HEX triplet: 70, 4A and 01. RGB value is (112,74,1). Sum of RGB (Red+Green+Blue) = 112+74+1=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #704A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A01 is #8FB5FE. Grayscale: #4D4D4D. Windows color (decimal): -9418239 or 84592. OLE color: 84592.
HSL color Cylindrical-coordinate representation of color #704A01: hue angle of 39.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #704A01 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.56 |
| HSL | 39.46º | 0.98% | 0.22% | - |
| HSV(B) | 39.46º | 0.99% | 0.44% | - |
| XYZ | 9.14 | 8.34 | 1.16 | - |
| YUV | 77.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 1 | 0 | 0.34 | 0.99 | 0.56 | 39.46 | 0.98 | 0.22 |
| Hex | 70 | 4A | 1 | 0 | 22 | 63 | 38 | 27 | 62 | 16 |
| Octal | 160 | 112 | 1 | 0 | 42 | 143 | 70 | 47 | 142 | 26 |
| Binary | 1110000 | 1001010 | 1 | 0 | 100010 | 1100011 | 111000 | 100111 | 1100010 | 10110 |
Color Harmonies of #704A01
Complementary color
Monochromatic Colors of #704A01
Black with #704A01
Text Example
Text Example
White with #704A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A01; }
p { color: rgb(112,74,1); }
H1.HeaderClassName
{
color: #704A01;
}
.AnyTagClassName
{
color: #704A01;
}
</style>
background-color css
<style>
a { background-color: #704A01; }
a { background-color: rgb(112,74,1); }
div.DivClassName
{
background-color: #704A01;
}
.BgClassName
{
background-color: #704A01;
}
</style>
border-color css
<style>
span { border-color: #704A01; }
span { border-color: rgb(112,74,1); }
td.TdClassName
{
border-color: #704A01;
}
.TagClassName
{
border-color: #704A01;
}
</style>