Html Css Color HEX #704716 Raw Umber

📋 copy color: '#704716'

red 112 ◦ green 71 ◦ blue 22

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

Shades of Raw Umber #704716

Tints of Raw Umber #704716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 54.63%
G = 34.63%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#704716 (or 0x704716) is known color: Raw Umber. HEX triplet: 70, 47 and 16. RGB value is (112,71,22). Sum of RGB (Red+Green+Blue) = 112+71+22=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #704716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704716 is #8FB8E9. Grayscale: #4D4D4D. Windows color (decimal): -9418986 or 1460080. OLE color: 1460080.

HSL color Cylindrical-coordinate representation of color #704716: hue angle of 32.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #704716 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 22 -
CMYK 0 0.37 0.80 0.56
HSL 32.67º 0.67% 0.26% -
HSV(B) 32.67º 0.8% 0.44% -
XYZ 9.08 8.01 1.83 -
YUV 77.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 112 71 22 0 0.37 0.80 0.56 32.67 0.67 0.26
Hex 70 47 16 0 25 50 38 21 43 1A
Octal 160 107 26 0 45 120 70 41 103 32
Binary 1110000 1000111 10110 0 100101 1010000 111000 100001 1000011 11010

Color Harmonies of #704716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704716

Black with #704716

Text Example


Text Example

White with #704716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704716; }

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

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

background-color css

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

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

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

border-color css

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

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

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