Html Css Color HEX #707547 Siam

📋 copy color: '#707547'

red 112 ◦ green 117 ◦ blue 71

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

Shades of Siam #707547

Tints of Siam #707547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.67%

R = 37.33%
G = 39%
B = 23.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#707547 (or 0x707547) is known color: Siam. HEX triplet: 70, 75 and 47. RGB value is (112,117,71). Sum of RGB (Red+Green+Blue) = 112+117+71=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #707547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707547 is #8F8AB8. Grayscale: #6E6E6E. Windows color (decimal): -9407161 or 4683120. OLE color: 4683120.

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

Color convert

RGB 112 117 71 -
CMYK 0.04 0 0.39 0.54
HSL 66.52º 0.24% 0.37% -
HSV(B) 66.52º 0.39% 0.46% -
XYZ 14.18 16.62 8.42 -
YUV 110.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 112 117 71 0.04 0 0.39 0.54 66.52 0.24 0.37
Hex 70 75 47 4 0 27 36 43 18 25
Octal 160 165 107 4 0 47 66 103 30 45
Binary 1110000 1110101 1000111 100 0 100111 110110 1000011 11000 100101

Color Harmonies of #707547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707547

Black with #707547

Text Example


Text Example

White with #707547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707547; }

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

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

background-color css

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

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

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

border-color css

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

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

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