#704f14

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

Shades of Raw Umber #704F14

Tints of Raw Umber #704F14

Color information

#704F14 (or 0x704F14) is unknown color: approx Raw Umber. HEX triplet: 70, 4F and 14. RGB value is (112,79,20). Sum of RGB (Red+Green+Blue) = 112+79+20=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #704F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704F14 is #8FB0EB. Grayscale: #525252. Windows color (decimal): -9416940 or 1331056. OLE color: 1331056.

HSL color Cylindrical-coordinate representation of color #704F14: hue angle of 38.48º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #704F14 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1127920-
CMYK00.290.820.56
HSL38.48º69.7%25.88%-
HSV(B)38.48º82.14%43.92%-
XYZ9.69.091.91-
YUV82.1492.93149.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=53.08%
G=37.44%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112792000.290.820.5638.4869.725.88
Hex704F1401D523826461a
Octal16011724035122704610632
Binary11100001001111101000111011010010111000100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704f14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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