Html Css Color HEX #707549 Siam

📋 copy color: '#707549'

red 112 ◦ green 117 ◦ blue 73

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

Shades of Siam #707549

Tints of Siam #707549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 37.09%
G = 38.74%
B = 24.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#707549 (or 0x707549) is known color: Siam. HEX triplet: 70, 75 and 49. RGB value is (112,117,73). Sum of RGB (Red+Green+Blue) = 112+117+73=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #707549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707549 is #8F8AB6. Grayscale: #6E6E6E. Windows color (decimal): -9407159 or 4814192. OLE color: 4814192.

HSL color Cylindrical-coordinate representation of color #707549: hue angle of 66.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #707549 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 73 -
CMYK 0.04 0 0.38 0.54
HSL 66.82º 0.23% 0.37% -
HSV(B) 66.82º 0.38% 0.46% -
XYZ 14.25 16.65 8.77 -
YUV 110.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 112 117 73 0.04 0 0.38 0.54 66.82 0.23 0.37
Hex 70 75 49 4 0 26 36 43 17 25
Octal 160 165 111 4 0 46 66 103 27 45
Binary 1110000 1110101 1001001 100 0 100110 110110 1000011 10111 100101

Color Harmonies of #707549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707549

Black with #707549

Text Example


Text Example

White with #707549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707549; }

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

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

background-color css

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

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

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

border-color css

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

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

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