Html Css Color HEX #704910 Raw Umber

📋 copy color: '#704910'

red 112 ◦ green 73 ◦ blue 16

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

Shades of Raw Umber #704910

Tints of Raw Umber #704910

RGB

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

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

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

R = 55.72%
G = 36.32%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#704910 (or 0x704910) is known color: Raw Umber. HEX triplet: 70, 49 and 10. RGB value is (112,73,16). Sum of RGB (Red+Green+Blue) = 112+73+16=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #704910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704910 is #8FB6EF. Grayscale: #4E4E4E. Windows color (decimal): -9418480 or 1067376. OLE color: 1067376.

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

Color convert

RGB 112 73 16 -
CMYK 0 0.35 0.86 0.56
HSL 35.63º 0.75% 0.25% -
HSV(B) 35.63º 0.86% 0.44% -
XYZ 9.16 8.25 1.6 -
YUV 78.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 112 73 16 0 0.35 0.86 0.56 35.63 0.75 0.25
Hex 70 49 10 0 23 56 38 24 4B 19
Octal 160 111 20 0 43 126 70 44 113 31
Binary 1110000 1001001 10000 0 100011 1010110 111000 100100 1001011 11001

Color Harmonies of #704910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704910

Black with #704910

Text Example


Text Example

White with #704910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704910; }

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

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

background-color css

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

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

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

border-color css

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

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

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