#707545

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

Shades of Siam #707545

Tints of Siam #707545

Color information

#707545 (or 0x707545) is unknown color: approx Siam. HEX triplet: 70, 75 and 45. RGB value is (112,117,69). Sum of RGB (Red+Green+Blue) = 112+117+69=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #707545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707545 is #8F8ABA. Grayscale: #6E6E6E. Windows color (decimal): -9407163 or 4552048. OLE color: 4552048.

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

Color convert

RGB11211769-
CMYK0.0400.410.54
HSL66.25º25.81%36.47%-
HSV(B)66.25º41.03%45.88%-
XYZ14.1216.68.09-
YUV110.03104.84129.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 69 (27.34% from 255) = 23.15%
R=37.58%
G=39.26%
B=23.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117690.0400.410.5466.2525.8136.47
Hex707545402936421a24
Octal1601651054051661023244
Binary1110000111010110001011000101001110110100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707545; }

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

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

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

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

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

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

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

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