#703707

Color #703707 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #703707

Tints of Raw Umber #703707

Color information

#703707 (or 0x703707) is unknown color: approx Raw Umber. HEX triplet: 70, 37 and 07. RGB value is (112,55,7). Sum of RGB (Red+Green+Blue) = 112+55+7=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #703707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703707 is #8FC8F8. Grayscale: #424242. Windows color (decimal): -9423097 or 472944. OLE color: 472944.

HSL color Cylindrical-coordinate representation of color #703707: hue angle of 27.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #703707 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB112557-
CMYK00.510.940.56
HSL27.43º88.24%23.33%-
HSV(B)27.43º93.75%43.92%-
XYZ8.096.190.97-
YUV66.5794.38160.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 7 (3.12% from 255) = 4.02%
R=64.37%
G=31.61%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11255700.510.940.5627.4388.2423.33
Hex703770335E381b5817
Octal160677063136703313027
Binary11100001101111110110011101111011100011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703707; }

 p { color: rgb(112,55,7); }

 H1.HeaderClassName
 {
   color: #703707;
 }
 .AnyTagClassName
 {
   color: #703707;
 }
</style>
background-color css

<style>
 a { background-color: #703707; }

 a { background-color: rgb(112,55,7); }

 div.DivClassName
 {
   background-color: #703707;
 }
 .BgClassName
 {
   background-color: #703707;
 }
</style>
border-color css

<style>
 span { border-color: #703707; }

 span { border-color: rgb(112,55,7); }

 td.TdClassName
 {
   border-color: #703707;
 }
 .TagClassName
 {
   border-color: #703707;
 }
</style>