#704E1C

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

Shades of Raw Umber #704E1C

Tints of Raw Umber #704E1C

Color information

#704E1C (or 0x704E1C) is unknown color: approx Raw Umber. HEX triplet: 70, 4E and 1C. RGB value is (112,78,28). Sum of RGB (Red+Green+Blue) = 112+78+28=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #704E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E1C is #8FB1E3. Grayscale: #525252. Windows color (decimal): -9417188 or 1855088. OLE color: 1855088.

HSL color Cylindrical-coordinate representation of color #704E1C: hue angle of 35.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #704E1C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1127828-
CMYK00.300.750.56
HSL35.71º60%27.45%-
HSV(B)35.71º75%43.92%-
XYZ9.628.982.32-
YUV82.4797.26149.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 28 (11.33% from 255) = 12.84%
R=51.38%
G=35.78%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112782800.300.750.5635.716027.45
Hex704E1C01E4B38243c1b
Octal1601163403611370447433
Binary1110000100111011100011110100101111100010010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,78,28); }

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

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

 a { background-color: rgb(112,78,28); }

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

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

 span { border-color: rgb(112,78,28); }

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