#704F16

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

Shades of Raw Umber #704F16

Tints of Raw Umber #704F16

Color information

#704F16 (or 0x704F16) is unknown color: approx Raw Umber. HEX triplet: 70, 4F and 16. RGB value is (112,79,22). Sum of RGB (Red+Green+Blue) = 112+79+22=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704F16 is #8FB0E9. Grayscale: #525252. Windows color (decimal): -9416938 or 1462128. OLE color: 1462128.

HSL color Cylindrical-coordinate representation of color #704F16: hue angle of 38º 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 #704F16 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1127922-
CMYK00.290.800.56
HSL38º67.16%26.27%-
HSV(B)38º80.36%43.92%-
XYZ9.629.092.01-
YUV82.3793.93149.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 22 (8.98% from 255) = 10.33%
R=52.58%
G=37.09%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112792200.290.800.563867.1626.27
Hex704F1601D503826431a
Octal16011726035120704610332
Binary11100001001111101100111011010000111000100110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704F16; }

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

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

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

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

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

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

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

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