Html Css Color HEX #704704 Raw Umber

📋 copy color: '#704704'

red 112 ◦ green 71 ◦ blue 4

#704704
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #704704

Tints of Raw Umber #704704

RGB

 RED value IS 112 (44.14% from 255) = 59.89%

 GREEN value IS 71 (28.13% from 255) = 37.97%

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 59.89%
G = 37.97%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#704704 (or 0x704704) is known color: Raw Umber. HEX triplet: 70, 47 and 04. RGB value is (112,71,4). Sum of RGB (Red+Green+Blue) = 112+71+4=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #704704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704704 is #8FB8FB. Grayscale: #4B4B4B. Windows color (decimal): -9419004 or 280432. OLE color: 280432.

HSL color Cylindrical-coordinate representation of color #704704: hue angle of 37.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #704704 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 4 -
CMYK 0 0.37 0.96 0.56
HSL 37.22º 0.93% 0.23% -
HSV(B) 37.22º 0.96% 0.44% -
XYZ 8.96 7.96 1.18 -
YUV 75.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 112 71 4 0 0.37 0.96 0.56 37.22 0.93 0.23
Hex 70 47 4 0 25 60 38 25 5D 17
Octal 160 107 4 0 45 140 70 45 135 27
Binary 1110000 1000111 100 0 100101 1100000 111000 100101 1011101 10111

Color Harmonies of #704704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704704

Black with #704704

Text Example


Text Example

White with #704704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704704; }

 p { color: rgb(112,71,4); }

 H1.HeaderClassName
 {
   color: #704704;
 }
 .AnyTagClassName
 {
   color: #704704;
 }
</style>

background-color css

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

 a { background-color: rgb(112,71,4); }

 div.DivClassName
 {
   background-color: #704704;
 }
 .BgClassName
 {
   background-color: #704704;
 }
</style>

border-color css

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

 span { border-color: rgb(112,71,4); }

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