#704716

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

Shades of Raw Umber #704716

Tints of Raw Umber #704716

Color information

#704716 (or 0x704716) is unknown color: approx Raw Umber. HEX triplet: 70, 47 and 16. RGB value is (112,71,22). Sum of RGB (Red+Green+Blue) = 112+71+22=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #704716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704716 is #8FB8E9. Grayscale: #4D4D4D. Windows color (decimal): -9418986 or 1460080. OLE color: 1460080.

HSL color Cylindrical-coordinate representation of color #704716: hue angle of 32.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #704716 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1127122-
CMYK00.370.800.56
HSL32.67º67.16%26.27%-
HSV(B)32.67º80.36%43.92%-
XYZ9.088.011.83-
YUV77.6796.58152.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=54.63%
G=34.63%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112712200.370.800.5632.6767.1626.27
Hex704716025503821431a
Octal16010726045120704110332
Binary111000010001111011001001011010000111000100001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704716; }

 p { color: rgb(112,71,22); }

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

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

 a { background-color: rgb(112,71,22); }

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

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

 span { border-color: rgb(112,71,22); }

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