Shades of Raw Umber #70430A
Tints of Raw Umber #70430A
RGB
CMYK
RGB Variations
Color information
#70430A (or 0x70430A) is known color: Raw Umber. HEX triplet: 70, 43 and 0A. RGB value is (112,67,10). Sum of RGB (Red+Green+Blue) = 112+67+10=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70430A is #8FBCF5. Grayscale: #4A4A4A. Windows color (decimal): -9420022 or 672624. OLE color: 672624.
HSL color Cylindrical-coordinate representation of color #70430A: hue angle of 33.53º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70430A is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 10 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.56 |
| HSL | 33.53º | 0.84% | 0.24% | - |
| HSV(B) | 33.53º | 0.91% | 0.44% | - |
| XYZ | 8.74 | 7.48 | 1.27 | - |
| YUV | 73.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 10 | 0 | 0.40 | 0.91 | 0.56 | 33.53 | 0.84 | 0.24 |
| Hex | 70 | 43 | A | 0 | 28 | 5B | 38 | 22 | 54 | 18 |
| Octal | 160 | 103 | 12 | 0 | 50 | 133 | 70 | 42 | 124 | 30 |
| Binary | 1110000 | 1000011 | 1010 | 0 | 101000 | 1011011 | 111000 | 100010 | 1010100 | 11000 |
Color Harmonies of #70430A
Complementary color
Monochromatic Colors of #70430A
Black with #70430A
Text Example
Text Example
White with #70430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70430A; }
p { color: rgb(112,67,10); }
H1.HeaderClassName
{
color: #70430A;
}
.AnyTagClassName
{
color: #70430A;
}
</style>
background-color css
<style>
a { background-color: #70430A; }
a { background-color: rgb(112,67,10); }
div.DivClassName
{
background-color: #70430A;
}
.BgClassName
{
background-color: #70430A;
}
</style>
border-color css
<style>
span { border-color: #70430A; }
span { border-color: rgb(112,67,10); }
td.TdClassName
{
border-color: #70430A;
}
.TagClassName
{
border-color: #70430A;
}
</style>