#704205

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

Shades of Raw Umber #704205

Tints of Raw Umber #704205

Color information

#704205 (or 0x704205) is unknown color: approx Raw Umber. HEX triplet: 70, 42 and 05. RGB value is (112,66,5). Sum of RGB (Red+Green+Blue) = 112+66+5=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #704205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704205 is #8FBDFA. Grayscale: #494949. Windows color (decimal): -9420283 or 344688. OLE color: 344688.

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

Color convert

RGB112665-
CMYK00.410.960.56
HSL34.21º91.45%22.94%-
HSV(B)34.21º95.54%43.92%-
XYZ8.667.351.11-
YUV72.889.74155.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 5 (2.34% from 255) = 2.73%
R=61.20%
G=36.07%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11266500.410.960.5634.2191.4522.94
Hex704250296038225b17
Octal1601025051140704213327
Binary1110000100001010101010011100000111000100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704205; }

 p { color: rgb(112,66,5); }

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

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

 a { background-color: rgb(112,66,5); }

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

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

 span { border-color: rgb(112,66,5); }

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