#704005

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

Shades of Raw Umber #704005

Tints of Raw Umber #704005

Color information

#704005 (or 0x704005) is unknown color: approx Raw Umber. HEX triplet: 70, 40 and 05. RGB value is (112,64,5). Sum of RGB (Red+Green+Blue) = 112+64+5=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #704005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704005 is #8FBFFA. Grayscale: #474747. Windows color (decimal): -9420795 or 344176. OLE color: 344176.

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

Color convert

RGB112645-
CMYK00.430.960.56
HSL33.08º91.45%22.94%-
HSV(B)33.08º95.54%43.92%-
XYZ8.547.121.07-
YUV71.6390.4156.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.88%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=61.88%
G=35.36%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11264500.430.960.5633.0891.4522.94
Hex7040502B6038215b17
Octal1601005053140704113327
Binary1110000100000010101010111100000111000100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704005; }

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

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

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

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

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

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

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

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