#704F1B

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

Shades of Raw Umber #704F1B

Tints of Raw Umber #704F1B

Color information

#704F1B (or 0x704F1B) is unknown color: approx Raw Umber. HEX triplet: 70, 4F and 1B. RGB value is (112,79,27). Sum of RGB (Red+Green+Blue) = 112+79+27=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #704F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F1B is #8FB0E4. Grayscale: #535353. Windows color (decimal): -9416933 or 1789808. OLE color: 1789808.

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

Color convert

RGB1127927-
CMYK00.290.760.56
HSL36.71º61.15%27.25%-
HSV(B)36.71º75.89%43.92%-
XYZ9.689.122.29-
YUV82.9496.43148.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 27 (10.94% from 255) = 12.39%
R=51.38%
G=36.24%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112792700.290.760.5636.7161.1527.25
Hex704F1B01D4C38253d1b
Octal1601173303511470457533
Binary1110000100111111011011101100110011100010010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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