#704911

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

Shades of Raw Umber #704911

Tints of Raw Umber #704911

Color information

#704911 (or 0x704911) is unknown color: approx Raw Umber. HEX triplet: 70, 49 and 11. RGB value is (112,73,17). Sum of RGB (Red+Green+Blue) = 112+73+17=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #704911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704911 is #8FB6EE. Grayscale: #4E4E4E. Windows color (decimal): -9418479 or 1132912. OLE color: 1132912.

HSL color Cylindrical-coordinate representation of color #704911: hue angle of 35.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #704911 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1127317-
CMYK00.350.850.56
HSL35.37º73.64%25.29%-
HSV(B)35.37º84.82%43.92%-
XYZ9.178.251.64-
YUV78.2893.42152.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 17 (7.03% from 255) = 8.42%
R=55.45%
G=36.14%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112731700.350.850.5635.3773.6425.29
Hex7049110235538234a19
Octal16011121043125704311231
Binary111000010010011000101000111010101111000100011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704911; }

 p { color: rgb(112,73,17); }

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

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

 a { background-color: rgb(112,73,17); }

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

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

 span { border-color: rgb(112,73,17); }

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