Html Css Color HEX #704710 Raw Umber

📋 copy color: '#704710'

red 112 ◦ green 71 ◦ blue 16

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

Shades of Raw Umber #704710

Tints of Raw Umber #704710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 56.28%
G = 35.68%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#704710 (or 0x704710) is known color: Raw Umber. HEX triplet: 70, 47 and 10. RGB value is (112,71,16). Sum of RGB (Red+Green+Blue) = 112+71+16=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #704710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704710 is #8FB8EF. Grayscale: #4D4D4D. Windows color (decimal): -9418992 or 1066864. OLE color: 1066864.

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

Color convert

RGB 112 71 16 -
CMYK 0 0.37 0.86 0.56
HSL 34.38º 0.75% 0.25% -
HSV(B) 34.38º 0.86% 0.44% -
XYZ 9.03 7.99 1.56 -
YUV 76.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 112 71 16 0 0.37 0.86 0.56 34.38 0.75 0.25
Hex 70 47 10 0 25 56 38 22 4B 19
Octal 160 107 20 0 45 126 70 42 113 31
Binary 1110000 1000111 10000 0 100101 1010110 111000 100010 1001011 11001

Color Harmonies of #704710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704710

Black with #704710

Text Example


Text Example

White with #704710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704710; }

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

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

background-color css

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

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

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

border-color css

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

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

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