#704A15

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

Shades of Raw Umber #704A15

Tints of Raw Umber #704A15

Color information

#704A15 (or 0x704A15) is unknown color: approx Raw Umber. HEX triplet: 70, 4A and 15. RGB value is (112,74,21). Sum of RGB (Red+Green+Blue) = 112+74+21=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #704A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A15 is #8FB5EA. Grayscale: #4F4F4F. Windows color (decimal): -9418219 or 1395312. OLE color: 1395312.

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

Color convert

RGB1127421-
CMYK00.340.810.56
HSL34.95º68.42%26.08%-
HSV(B)34.95º81.25%43.92%-
XYZ9.278.41.84-
YUV79.3295.09151.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 21 (8.59% from 255) = 10.14%
R=54.11%
G=35.75%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112742100.340.810.5634.9568.4226.08
Hex704A15022513823441a
Octal16011225042121704310432
Binary111000010010101010101000101010001111000100011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,74,21); }

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

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

 a { background-color: rgb(112,74,21); }

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

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

 span { border-color: rgb(112,74,21); }

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