Shades of Raw Umber #70430B
Tints of Raw Umber #70430B
RGB
CMYK
RGB Variations
Color information
#70430B (or 0x70430B) is known color: Raw Umber. HEX triplet: 70, 43 and 0B. RGB value is (112,67,11). Sum of RGB (Red+Green+Blue) = 112+67+11=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70430B is #8FBCF4. Grayscale: #4A4A4A. Windows color (decimal): -9420021 or 738160. OLE color: 738160.
HSL color Cylindrical-coordinate representation of color #70430B: hue angle of 33.27º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70430B is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 11 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.56 |
| HSL | 33.27º | 0.82% | 0.24% | - |
| HSV(B) | 33.27º | 0.9% | 0.44% | - |
| XYZ | 8.75 | 7.48 | 1.3 | - |
| YUV | 74.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 11 | 0 | 0.40 | 0.90 | 0.56 | 33.27 | 0.82 | 0.24 |
| Hex | 70 | 43 | B | 0 | 28 | 5A | 38 | 21 | 52 | 18 |
| Octal | 160 | 103 | 13 | 0 | 50 | 132 | 70 | 41 | 122 | 30 |
| Binary | 1110000 | 1000011 | 1011 | 0 | 101000 | 1011010 | 111000 | 100001 | 1010010 | 11000 |
Color Harmonies of #70430B
Complementary color
Monochromatic Colors of #70430B
Black with #70430B
Text Example
Text Example
White with #70430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70430B; }
p { color: rgb(112,67,11); }
H1.HeaderClassName
{
color: #70430B;
}
.AnyTagClassName
{
color: #70430B;
}
</style>
background-color css
<style>
a { background-color: #70430B; }
a { background-color: rgb(112,67,11); }
div.DivClassName
{
background-color: #70430B;
}
.BgClassName
{
background-color: #70430B;
}
</style>
border-color css
<style>
span { border-color: #70430B; }
span { border-color: rgb(112,67,11); }
td.TdClassName
{
border-color: #70430B;
}
.TagClassName
{
border-color: #70430B;
}
</style>