Html Css Color HEX #705111 Raw Umber

📋 copy color: '#705111'

red 112 ◦ green 81 ◦ blue 17

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

Shades of Raw Umber #705111

Tints of Raw Umber #705111

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.57%

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

R = 53.33%
G = 38.57%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#705111 (or 0x705111) is known color: Raw Umber. HEX triplet: 70, 51 and 11. RGB value is (112,81,17). Sum of RGB (Red+Green+Blue) = 112+81+17=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #705111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705111 is #8FAEEE. Grayscale: #535353. Windows color (decimal): -9416431 or 1134960. OLE color: 1134960.

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

Color convert

RGB 112 81 17 -
CMYK 0 0.28 0.85 0.56
HSL 40.42º 0.74% 0.25% -
HSV(B) 40.42º 0.85% 0.44% -
XYZ 9.73 9.37 1.83 -
YUV 82.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 112 81 17 0 0.28 0.85 0.56 40.42 0.74 0.25
Hex 70 51 11 0 1C 55 38 28 4A 19
Octal 160 121 21 0 34 125 70 50 112 31
Binary 1110000 1010001 10001 0 11100 1010101 111000 101000 1001010 11001

Color Harmonies of #705111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705111

Black with #705111

Text Example


Text Example

White with #705111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705111; }

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

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

background-color css

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

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

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

border-color css

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

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

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