Html Css Color HEX #704711 Raw Umber

📋 copy color: '#704711'

red 112 ◦ green 71 ◦ blue 17

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

Shades of Raw Umber #704711

Tints of Raw Umber #704711

RGB

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

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

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

R = 56%
G = 35.5%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#704711 (or 0x704711) is known color: Raw Umber. HEX triplet: 70, 47 and 11. RGB value is (112,71,17). Sum of RGB (Red+Green+Blue) = 112+71+17=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #704711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704711 is #8FB8EE. Grayscale: #4D4D4D. Windows color (decimal): -9418991 or 1132400. OLE color: 1132400.

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

Color convert

RGB 112 71 17 -
CMYK 0 0.37 0.85 0.56
HSL 34.11º 0.74% 0.25% -
HSV(B) 34.11º 0.85% 0.44% -
XYZ 9.04 7.99 1.6 -
YUV 77.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 112 71 17 0 0.37 0.85 0.56 34.11 0.74 0.25
Hex 70 47 11 0 25 55 38 22 4A 19
Octal 160 107 21 0 45 125 70 42 112 31
Binary 1110000 1000111 10001 0 100101 1010101 111000 100010 1001010 11001

Color Harmonies of #704711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704711

Black with #704711

Text Example


Text Example

White with #704711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704711; }

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

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

background-color css

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

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

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

border-color css

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

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

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