#70724F

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

Shades of Siam #70724F

Tints of Siam #70724F

Color information

#70724F (or 0x70724F) is unknown color: approx Siam. HEX triplet: 70, 72 and 4F. RGB value is (112,114,79). Sum of RGB (Red+Green+Blue) = 112+114+79=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #70724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70724F is #8F8DB0. Grayscale: #6D6D6D. Windows color (decimal): -9407921 or 5206640. OLE color: 5206640.

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

Color convert

RGB11211479-
CMYK0.0200.310.55
HSL63.43º18.13%37.84%-
HSV(B)63.43º30.7%44.71%-
XYZ14.1116.049.75-
YUV109.41110.84129.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=36.72%
G=37.38%
B=25.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114790.0200.310.5563.4318.1337.84
Hex70724F201F373f1226
Octal160162117203767772246
Binary1110000111001010011111001111111011111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70724F; }

 p { color: rgb(112,114,79); }

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

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

 a { background-color: rgb(112,114,79); }

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

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

 span { border-color: rgb(112,114,79); }

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