Shades of Raw Umber #703605
Tints of Raw Umber #703605
RGB
CMYK
RGB Variations
Color information
#703605 (or 0x703605) is known color: Raw Umber. HEX triplet: 70, 36 and 05. RGB value is (112,54,5). Sum of RGB (Red+Green+Blue) = 112+54+5=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #703605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703605 is #8FC9FA. Grayscale: #424242. Windows color (decimal): -9423355 or 341616. OLE color: 341616.
HSL color Cylindrical-coordinate representation of color #703605: hue angle of 27.48º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #703605 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
RGB | 112 | 54 | 5 | - |
CMYK | 0 | 0.52 | 0.96 | 0.56 |
HSL | 27.48º | 0.91% | 0.23% | - |
HSV(B) | 27.48º | 0.96% | 0.44% | - |
XYZ | 8.03 | 6.09 | 0.9 | - |
YUV | 65.76 | 93.72 | 160.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 112 | 54 | 5 | 0 | 0.52 | 0.96 | 0.56 | 27.48 | 0.91 | 0.23 |
Hex | 70 | 36 | 5 | 0 | 34 | 60 | 38 | 1B | 5B | 17 |
Octal | 160 | 66 | 5 | 0 | 64 | 140 | 70 | 33 | 133 | 27 |
Binary | 1110000 | 110110 | 101 | 0 | 110100 | 1100000 | 111000 | 11011 | 1011011 | 10111 |
Color Harmonies of #703605
Complementary color
Monochromatic Colors of #703605
Black with #703605
Text Example
Text Example
White with #703605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703605; }
p { color: rgb(112,54,5); }
H1.HeaderClassName
{
color: #703605;
}
.AnyTagClassName
{
color: #703605;
}
</style>
background-color css
<style>
a { background-color: #703605; }
a { background-color: rgb(112,54,5); }
div.DivClassName
{
background-color: #703605;
}
.BgClassName
{
background-color: #703605;
}
</style>
border-color css
<style>
span { border-color: #703605; }
span { border-color: rgb(112,54,5); }
td.TdClassName
{
border-color: #703605;
}
.TagClassName
{
border-color: #703605;
}
</style>