#704A0A

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

Shades of Raw Umber #704A0A

Tints of Raw Umber #704A0A

Color information

#704A0A (or 0x704A0A) is unknown color: approx Raw Umber. HEX triplet: 70, 4A and 0A. RGB value is (112,74,10). Sum of RGB (Red+Green+Blue) = 112+74+10=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #704A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A0A is #8FB5F5. Grayscale: #4E4E4E. Windows color (decimal): -9418230 or 674416. OLE color: 674416.

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

Color convert

RGB1127410-
CMYK00.340.910.56
HSL37.65º83.61%23.92%-
HSV(B)37.65º91.07%43.92%-
XYZ9.198.361.42-
YUV78.0789.59152.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 74 (29.30% from 255) = 37.76%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=57.14%
G=37.76%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112741000.340.910.5637.6583.6123.92
Hex704AA0225B38265418
Octal16011212042133704612430
Binary11100001001010101001000101011011111000100110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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