#704C14

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

Shades of Raw Umber #704C14

Tints of Raw Umber #704C14

Color information

#704C14 (or 0x704C14) is unknown color: approx Raw Umber. HEX triplet: 70, 4C and 14. RGB value is (112,76,20). Sum of RGB (Red+Green+Blue) = 112+76+20=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #704C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C14 is #8FB3EB. Grayscale: #505050. Windows color (decimal): -9417708 or 1330288. OLE color: 1330288.

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

Color convert

RGB1127620-
CMYK00.320.820.56
HSL36.52º69.7%25.88%-
HSV(B)36.52º82.14%43.92%-
XYZ9.398.661.84-
YUV80.3893.93150.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 20 (8.20% from 255) = 9.62%
R=53.85%
G=36.54%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112762000.320.820.5636.5269.725.88
Hex704C14020523825461a
Octal16011424040122704510632
Binary111000010011001010001000001010010111000100101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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