#704507

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

Shades of Raw Umber #704507

Tints of Raw Umber #704507

Color information

#704507 (or 0x704507) is unknown color: approx Raw Umber. HEX triplet: 70, 45 and 07. RGB value is (112,69,7). Sum of RGB (Red+Green+Blue) = 112+69+7=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #704507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704507 is #8FBAF8. Grayscale: #4B4B4B. Windows color (decimal): -9419513 or 476528. OLE color: 476528.

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

Color convert

RGB112697-
CMYK00.380.940.56
HSL35.43º88.24%23.33%-
HSV(B)35.43º93.75%43.92%-
XYZ8.857.721.22-
YUV74.7989.75154.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.57%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 7 (3.12% from 255) = 3.72%
R=59.57%
G=36.70%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11269700.380.940.5635.4388.2423.33
Hex704570265E38235817
Octal1601057046136704313027
Binary1110000100010111101001101011110111000100011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704507; }

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

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

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

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

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

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

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

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