#704407

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

Shades of Raw Umber #704407

Tints of Raw Umber #704407

Color information

#704407 (or 0x704407) is unknown color: approx Raw Umber. HEX triplet: 70, 44 and 07. RGB value is (112,68,7). Sum of RGB (Red+Green+Blue) = 112+68+7=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #704407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704407 is #8FBBF8. Grayscale: #4A4A4A. Windows color (decimal): -9419769 or 476272. OLE color: 476272.

HSL color Cylindrical-coordinate representation of color #704407: hue angle of 34.86º 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 #704407 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB112687-
CMYK00.390.940.56
HSL34.86º88.24%23.33%-
HSV(B)34.86º93.75%43.92%-
XYZ8.797.591.2-
YUV74.290.08154.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=59.89%
G=36.36%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11268700.390.940.5634.8688.2423.33
Hex704470275E38235817
Octal1601047047136704313027
Binary1110000100010011101001111011110111000100011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704407; }

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

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

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

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

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

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

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

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