Shades of Raw Umber #703B08
Tints of Raw Umber #703B08
RGB
CMYK
RGB Variations
Color information
#703B08 (or 0x703B08) is known color: Raw Umber. HEX triplet: 70, 3B and 08. RGB value is (112,59,8). Sum of RGB (Red+Green+Blue) = 112+59+8=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #703B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703B08 is #8FC4F7. Grayscale: #454545. Windows color (decimal): -9422072 or 539504. OLE color: 539504.
HSL color Cylindrical-coordinate representation of color #703B08: hue angle of 29.42º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #703B08 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 59 | 8 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.56 |
| HSL | 29.42º | 0.87% | 0.24% | - |
| HSV(B) | 29.42º | 0.93% | 0.44% | - |
| XYZ | 8.29 | 6.59 | 1.06 | - |
| YUV | 69.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 8 | 0 | 0.47 | 0.93 | 0.56 | 29.42 | 0.87 | 0.24 |
| Hex | 70 | 3B | 8 | 0 | 2F | 5D | 38 | 1D | 57 | 18 |
| Octal | 160 | 73 | 10 | 0 | 57 | 135 | 70 | 35 | 127 | 30 |
| Binary | 1110000 | 111011 | 1000 | 0 | 101111 | 1011101 | 111000 | 11101 | 1010111 | 11000 |
Color Harmonies of #703B08
Complementary color
Monochromatic Colors of #703B08
Black with #703B08
Text Example
Text Example
White with #703B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B08; }
p { color: rgb(112,59,8); }
H1.HeaderClassName
{
color: #703B08;
}
.AnyTagClassName
{
color: #703B08;
}
</style>
background-color css
<style>
a { background-color: #703B08; }
a { background-color: rgb(112,59,8); }
div.DivClassName
{
background-color: #703B08;
}
.BgClassName
{
background-color: #703B08;
}
</style>
border-color css
<style>
span { border-color: #703B08; }
span { border-color: rgb(112,59,8); }
td.TdClassName
{
border-color: #703B08;
}
.TagClassName
{
border-color: #703B08;
}
</style>