Html Css Color HEX #704916 Raw Umber

📋 copy color: '#704916'

red 112 ◦ green 73 ◦ blue 22

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

Shades of Raw Umber #704916

Tints of Raw Umber #704916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.27%

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

R = 54.11%
G = 35.27%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#704916 (or 0x704916) is known color: Raw Umber. HEX triplet: 70, 49 and 16. RGB value is (112,73,22). Sum of RGB (Red+Green+Blue) = 112+73+22=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #704916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704916 is #8FB6E9. Grayscale: #4F4F4F. Windows color (decimal): -9418474 or 1460592. OLE color: 1460592.

HSL color Cylindrical-coordinate representation of color #704916: hue angle of 34º 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 #704916 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 22 -
CMYK 0 0.35 0.80 0.56
HSL 34º 0.67% 0.26% -
HSV(B) 34º 0.8% 0.44% -
XYZ 9.21 8.27 1.87 -
YUV 78.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 112 73 22 0 0.35 0.80 0.56 34 0.67 0.26
Hex 70 49 16 0 23 50 38 22 43 1A
Octal 160 111 26 0 43 120 70 42 103 32
Binary 1110000 1001001 10110 0 100011 1010000 111000 100010 1000011 11010

Color Harmonies of #704916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704916

Black with #704916

Text Example


Text Example

White with #704916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704916; }

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

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

background-color css

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

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

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

border-color css

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

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

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