#707153

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

Shades of Siam #707153

Tints of Siam #707153

Color information

#707153 (or 0x707153) is unknown color: approx Siam. HEX triplet: 70, 71 and 53. RGB value is (112,113,83). Sum of RGB (Red+Green+Blue) = 112+113+83=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #707153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707153 is #8F8EAC. Grayscale: #6D6D6D. Windows color (decimal): -9408173 or 5468528. OLE color: 5468528.

HSL color Cylindrical-coordinate representation of color #707153: hue angle of 62º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707153 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB11211383-
CMYK0.0100.270.56
HSL62º15.31%38.43%-
HSV(B)62º26.55%44.31%-
XYZ14.1515.8810.5-
YUV109.28113.17129.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=36.36%
G=36.69%
B=26.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113830.0100.270.566215.3138.43
Hex707153101B383ef26
Octal160161123103370761746
Binary11100001110001101001110110111110001111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707153; }

 p { color: rgb(112,113,83); }

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

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

 a { background-color: rgb(112,113,83); }

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

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

 span { border-color: rgb(112,113,83); }

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