#704612

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

Shades of Raw Umber #704612

Tints of Raw Umber #704612

Color information

#704612 (or 0x704612) is unknown color: approx Raw Umber. HEX triplet: 70, 46 and 12. RGB value is (112,70,18). Sum of RGB (Red+Green+Blue) = 112+70+18=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #704612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704612 is #8FB9ED. Grayscale: #4C4C4C. Windows color (decimal): -9419246 or 1197680. OLE color: 1197680.

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

Color convert

RGB1127018-
CMYK00.380.840.56
HSL33.19º72.31%25.49%-
HSV(B)33.19º83.93%43.92%-
XYZ8.987.871.62-
YUV76.6394.91153.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 18 (7.42% from 255) = 9%
R=56%
G=35%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112701800.380.840.5633.1972.3125.49
Hex7046120265438214819
Octal16010622046124704111031
Binary111000010001101001001001101010100111000100001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704612; }

 p { color: rgb(112,70,18); }

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

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

 a { background-color: rgb(112,70,18); }

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

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

 span { border-color: rgb(112,70,18); }

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