#727448

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

Shades of Siam #727448

Tints of Siam #727448

Color information

#727448 (or 0x727448) is unknown color: approx Siam. HEX triplet: 72, 74 and 48. RGB value is (114,116,72). Sum of RGB (Red+Green+Blue) = 114+116+72=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #727448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727448 is #8D8BB7. Grayscale: #6E6E6E. Windows color (decimal): -9276344 or 4748402. OLE color: 4748402.

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

Color convert

RGB11411672-
CMYK0.0200.380.55
HSL62.73º23.4%36.86%-
HSV(B)62.73º37.93%45.49%-
XYZ14.3516.548.57-
YUV110.39106.34130.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=37.75%
G=38.41%
B=23.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116720.0200.380.5562.7323.436.86
Hex7274482026373f1725
Octal162164110204667772745
Binary11100101110100100100010010011011011111111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727448; }

 p { color: rgb(114,116,72); }

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

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

 a { background-color: rgb(114,116,72); }

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

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

 span { border-color: rgb(114,116,72); }

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