#707548

Color #707548 Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #707548

Tints of Siam #707548

Color information

#707548 (or 0x707548) is unknown color: approx Siam. HEX triplet: 70, 75 and 48. RGB value is (112,117,72). Sum of RGB (Red+Green+Blue) = 112+117+72=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #707548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707548 is #8F8AB7. Grayscale: #6E6E6E. Windows color (decimal): -9407160 or 4748656. OLE color: 4748656.

HSL color Cylindrical-coordinate representation of color #707548: hue angle of 66.67º degrees, saturation: 0.24, 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 #707548 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB11211772-
CMYK0.0400.380.54
HSL66.67º23.81%37.06%-
HSV(B)66.67º38.46%45.88%-
XYZ14.2116.648.59-
YUV110.38106.34129.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=37.21%
G=38.87%
B=23.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117720.0400.380.5466.6723.8137.06
Hex707548402636431825
Octal1601651104046661033045
Binary1110000111010110010001000100110110110100001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707548; }

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

 H1.HeaderClassName
 {
   color: #707548;
 }
 .AnyTagClassName
 {
   color: #707548;
 }
</style>
background-color css

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

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

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

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

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

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