Html Css Color HEX #704011 Raw Umber

📋 copy color: '#704011'

red 112 ◦ green 64 ◦ blue 17

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

Shades of Raw Umber #704011

Tints of Raw Umber #704011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.16%

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

R = 58.03%
G = 33.16%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#704011 (or 0x704011) is known color: Raw Umber. HEX triplet: 70, 40 and 11. RGB value is (112,64,17). Sum of RGB (Red+Green+Blue) = 112+64+17=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #704011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704011 is #8FBFEE. Grayscale: #494949. Windows color (decimal): -9420783 or 1130608. OLE color: 1130608.

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

Color convert

RGB 112 64 17 -
CMYK 0 0.43 0.85 0.56
HSL 29.68º 0.74% 0.25% -
HSV(B) 29.68º 0.85% 0.44% -
XYZ 8.62 7.15 1.46 -
YUV 72.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 112 64 17 0 0.43 0.85 0.56 29.68 0.74 0.25
Hex 70 40 11 0 2B 55 38 1E 4A 19
Octal 160 100 21 0 53 125 70 36 112 31
Binary 1110000 1000000 10001 0 101011 1010101 111000 11110 1001010 11001

Color Harmonies of #704011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704011

Black with #704011

Text Example


Text Example

White with #704011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704011; }

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

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

background-color css

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

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

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

border-color css

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

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

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