Html Css Color HEX #705611 Raw Umber

📋 copy color: '#705611'

red 112 ◦ green 86 ◦ blue 17

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

Shades of Raw Umber #705611

Tints of Raw Umber #705611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40%

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

R = 52.09%
G = 40%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#705611 (or 0x705611) is known color: Raw Umber. HEX triplet: 70, 56 and 11. RGB value is (112,86,17). Sum of RGB (Red+Green+Blue) = 112+86+17=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #705611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705611 is #8FA9EE. Grayscale: #565656. Windows color (decimal): -9415151 or 1136240. OLE color: 1136240.

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

Color convert

RGB 112 86 17 -
CMYK 0 0.23 0.85 0.56
HSL 43.58º 0.74% 0.25% -
HSV(B) 43.58º 0.85% 0.44% -
XYZ 10.11 10.14 1.95 -
YUV 85.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 112 86 17 0 0.23 0.85 0.56 43.58 0.74 0.25
Hex 70 56 11 0 17 55 38 2C 4A 19
Octal 160 126 21 0 27 125 70 54 112 31
Binary 1110000 1010110 10001 0 10111 1010101 111000 101100 1001010 11001

Color Harmonies of #705611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705611

Black with #705611

Text Example


Text Example

White with #705611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705611; }

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

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

background-color css

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

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

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

border-color css

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

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

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