Html Css Color HEX #705110 Raw Umber

📋 copy color: '#705110'

red 112 ◦ green 81 ◦ blue 16

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

Shades of Raw Umber #705110

Tints of Raw Umber #705110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 53.59%
G = 38.76%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#705110 (or 0x705110) is known color: Raw Umber. HEX triplet: 70, 51 and 10. RGB value is (112,81,16). Sum of RGB (Red+Green+Blue) = 112+81+16=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #705110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705110 is #8FAEEF. Grayscale: #535353. Windows color (decimal): -9416432 or 1069424. OLE color: 1069424.

HSL color Cylindrical-coordinate representation of color #705110: hue angle of 40.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #705110 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 16 -
CMYK 0 0.28 0.86 0.56
HSL 40.63º 0.75% 0.25% -
HSV(B) 40.63º 0.86% 0.44% -
XYZ 9.72 9.37 1.79 -
YUV 82.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 112 81 16 0 0.28 0.86 0.56 40.63 0.75 0.25
Hex 70 51 10 0 1C 56 38 29 4B 19
Octal 160 121 20 0 34 126 70 51 113 31
Binary 1110000 1010001 10000 0 11100 1010110 111000 101001 1001011 11001

Color Harmonies of #705110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705110

Black with #705110

Text Example


Text Example

White with #705110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705110; }

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

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

background-color css

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

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

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

border-color css

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

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

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