Html Css Color HEX #705712 Raw Umber

📋 copy color: '#705712'

red 112 ◦ green 87 ◦ blue 18

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

Shades of Raw Umber #705712

Tints of Raw Umber #705712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 51.61%
G = 40.09%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#705712 (or 0x705712) is known color: Raw Umber. HEX triplet: 70, 57 and 12. RGB value is (112,87,18). Sum of RGB (Red+Green+Blue) = 112+87+18=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #705712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705712 is #8FA8ED. Grayscale: #565656. Windows color (decimal): -9414894 or 1202032. OLE color: 1202032.

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

Color convert

RGB 112 87 18 -
CMYK 0 0.22 0.84 0.56
HSL 44.04º 0.72% 0.25% -
HSV(B) 44.04º 0.84% 0.44% -
XYZ 10.2 10.3 2.02 -
YUV 86.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 112 87 18 0 0.22 0.84 0.56 44.04 0.72 0.25
Hex 70 57 12 0 16 54 38 2C 48 19
Octal 160 127 22 0 26 124 70 54 110 31
Binary 1110000 1010111 10010 0 10110 1010100 111000 101100 1001000 11001

Color Harmonies of #705712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705712

Black with #705712

Text Example


Text Example

White with #705712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705712; }

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

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

background-color css

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

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

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

border-color css

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

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

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