Shades of Raw Umber #703A02
Tints of Raw Umber #703A02
RGB
CMYK
RGB Variations
Color information
#703A02 (or 0x703A02) is known color: Raw Umber. HEX triplet: 70, 3A and 02. RGB value is (112,58,2). Sum of RGB (Red+Green+Blue) = 112+58+2=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #703A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703A02 is #8FC5FD. Grayscale: #444444. Windows color (decimal): -9422334 or 146032. OLE color: 146032.
HSL color Cylindrical-coordinate representation of color #703A02: hue angle of 30.55º 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 #703A02 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 2 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.56 |
| HSL | 30.55º | 0.96% | 0.22% | - |
| HSV(B) | 30.55º | 0.98% | 0.44% | - |
| XYZ | 8.21 | 6.48 | 0.87 | - |
| YUV | 67.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 2 | 0 | 0.48 | 0.98 | 0.56 | 30.55 | 0.96 | 0.22 |
| Hex | 70 | 3A | 2 | 0 | 30 | 62 | 38 | 1F | 60 | 16 |
| Octal | 160 | 72 | 2 | 0 | 60 | 142 | 70 | 37 | 140 | 26 |
| Binary | 1110000 | 111010 | 10 | 0 | 110000 | 1100010 | 111000 | 11111 | 1100000 | 10110 |
Color Harmonies of #703A02
Complementary color
Monochromatic Colors of #703A02
Black with #703A02
Text Example
Text Example
White with #703A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A02; }
p { color: rgb(112,58,2); }
H1.HeaderClassName
{
color: #703A02;
}
.AnyTagClassName
{
color: #703A02;
}
</style>
background-color css
<style>
a { background-color: #703A02; }
a { background-color: rgb(112,58,2); }
div.DivClassName
{
background-color: #703A02;
}
.BgClassName
{
background-color: #703A02;
}
</style>
border-color css
<style>
span { border-color: #703A02; }
span { border-color: rgb(112,58,2); }
td.TdClassName
{
border-color: #703A02;
}
.TagClassName
{
border-color: #703A02;
}
</style>