Html Css Color HEX #705711 Raw Umber

📋 copy color: '#705711'

red 112 ◦ green 87 ◦ blue 17

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

Shades of Raw Umber #705711

Tints of Raw Umber #705711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.28%

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

R = 51.85%
G = 40.28%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#705711 (or 0x705711) is known color: Raw Umber. HEX triplet: 70, 57 and 11. RGB value is (112,87,17). Sum of RGB (Red+Green+Blue) = 112+87+17=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #705711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705711 is #8FA8EE. Grayscale: #565656. Windows color (decimal): -9414895 or 1136496. OLE color: 1136496.

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

Color convert

RGB 112 87 17 -
CMYK 0 0.22 0.85 0.56
HSL 44.21º 0.74% 0.25% -
HSV(B) 44.21º 0.85% 0.44% -
XYZ 10.19 10.3 1.98 -
YUV 86.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 112 87 17 0 0.22 0.85 0.56 44.21 0.74 0.25
Hex 70 57 11 0 16 55 38 2C 4A 19
Octal 160 127 21 0 26 125 70 54 112 31
Binary 1110000 1010111 10001 0 10110 1010101 111000 101100 1001010 11001

Color Harmonies of #705711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705711

Black with #705711

Text Example


Text Example

White with #705711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705711; }

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

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

background-color css

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

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

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

border-color css

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

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

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