Html Css Color HEX #707049 Hemlock

📋 copy color: '#707049'

red 112 ◦ green 112 ◦ blue 73

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

Shades of Hemlock #707049

Tints of Hemlock #707049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.71%

 BLUE value IS 73 (28.91% from 255) = 24.58%

R = 37.71%
G = 37.71%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#707049 (or 0x707049) is known color: Hemlock. HEX triplet: 70, 70 and 49. RGB value is (112,112,73). Sum of RGB (Red+Green+Blue) = 112+112+73=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707049 is #8F8FB6. Grayscale: #6B6B6B. Windows color (decimal): -9408439 or 4812912. OLE color: 4812912.

HSL color Cylindrical-coordinate representation of color #707049: hue angle of 60º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707049 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 73 -
CMYK 0 0 0.35 0.56
HSL 60º 0.21% 0.36% -
HSV(B) 60º 0.35% 0.44% -
XYZ 13.68 15.51 8.58 -
YUV 107.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 112 112 73 0 0 0.35 0.56 60 0.21 0.36
Hex 70 70 49 0 0 23 38 3C 15 24
Octal 160 160 111 0 0 43 70 74 25 44
Binary 1110000 1110000 1001001 0 0 100011 111000 111100 10101 100100

Color Harmonies of #707049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707049

Black with #707049

Text Example


Text Example

White with #707049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707049; }

 p { color: rgb(112,112,73); }

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

background-color css

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

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

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

border-color css

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

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

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