#704F1A

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

Shades of Raw Umber #704F1A

Tints of Raw Umber #704F1A

Color information

#704F1A (or 0x704F1A) is unknown color: approx Raw Umber. HEX triplet: 70, 4F and 1A. RGB value is (112,79,26). Sum of RGB (Red+Green+Blue) = 112+79+26=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #704F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F1A is #8FB0E5. Grayscale: #535353. Windows color (decimal): -9416934 or 1724272. OLE color: 1724272.

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

Color convert

RGB1127926-
CMYK00.290.770.56
HSL36.98º62.32%27.06%-
HSV(B)36.98º76.79%43.92%-
XYZ9.669.112.23-
YUV82.8295.93148.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=51.61%
G=36.41%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112792600.290.770.5636.9862.3227.06
Hex704F1A01D4D38253e1b
Octal1601173203511570457633
Binary1110000100111111010011101100110111100010010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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