Html Css Color HEX #704611 Raw Umber

📋 copy color: '#704611'

red 112 ◦ green 70 ◦ blue 17

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

Shades of Raw Umber #704611

Tints of Raw Umber #704611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

 BLUE value IS 17 (7.03% from 255) = 8.54%

R = 56.28%
G = 35.18%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#704611 (or 0x704611) is known color: Raw Umber. HEX triplet: 70, 46 and 11. RGB value is (112,70,17). Sum of RGB (Red+Green+Blue) = 112+70+17=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #704611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704611 is #8FB9EE. Grayscale: #4C4C4C. Windows color (decimal): -9419247 or 1132144. OLE color: 1132144.

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

Color convert

RGB 112 70 17 -
CMYK 0 0.38 0.85 0.56
HSL 33.47º 0.74% 0.25% -
HSV(B) 33.47º 0.85% 0.44% -
XYZ 8.97 7.87 1.58 -
YUV 76.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 112 70 17 0 0.38 0.85 0.56 33.47 0.74 0.25
Hex 70 46 11 0 26 55 38 21 4A 19
Octal 160 106 21 0 46 125 70 41 112 31
Binary 1110000 1000110 10001 0 100110 1010101 111000 100001 1001010 11001

Color Harmonies of #704611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704611

Black with #704611

Text Example


Text Example

White with #704611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704611; }

 p { color: rgb(112,70,17); }

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

background-color css

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

 a { background-color: rgb(112,70,17); }

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

border-color css

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

 span { border-color: rgb(112,70,17); }

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