#707252

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

Shades of Siam #707252

Tints of Siam #707252

Color information

#707252 (or 0x707252) is unknown color: approx Siam. HEX triplet: 70, 72 and 52. RGB value is (112,114,82). Sum of RGB (Red+Green+Blue) = 112+114+82=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #707252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707252 is #8F8DAD. Grayscale: #6D6D6D. Windows color (decimal): -9407918 or 5403248. OLE color: 5403248.

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

Color convert

RGB11211482-
CMYK0.0200.280.55
HSL63.75º16.33%38.43%-
HSV(B)63.75º28.07%44.71%-
XYZ14.2216.0910.34-
YUV109.75112.34129.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=36.36%
G=37.01%
B=26.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114820.0200.280.5563.7516.3338.43
Hex707252201C37401026
Octal1601621222034671002046
Binary11100001110010101001010011100110111100000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707252; }

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

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

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

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

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

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

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

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