#707350

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

Shades of Siam #707350

Tints of Siam #707350

Color information

#707350 (or 0x707350) is unknown color: approx Siam. HEX triplet: 70, 73 and 50. RGB value is (112,115,80). Sum of RGB (Red+Green+Blue) = 112+115+80=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #707350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707350 is #8F8CAF. Grayscale: #6E6E6E. Windows color (decimal): -9407664 or 5272432. OLE color: 5272432.

HSL color Cylindrical-coordinate representation of color #707350: hue angle of 65.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707350 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11211580-
CMYK0.0300.300.55
HSL65.14º17.95%38.24%-
HSV(B)65.14º30.43%45.1%-
XYZ14.2616.299.98-
YUV110.11111.01129.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=36.48%
G=37.46%
B=26.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115800.0300.300.5565.1417.9538.24
Hex707350301E37411226
Octal1601631203036671012246
Binary11100001110011101000011011110110111100000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707350; }

 p { color: rgb(112,115,80); }

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

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

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

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

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

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

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