#72744B

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

Shades of Siam #72744B

Tints of Siam #72744B

Color information

#72744B (or 0x72744B) is unknown color: approx Siam. HEX triplet: 72, 74 and 4B. RGB value is (114,116,75). Sum of RGB (Red+Green+Blue) = 114+116+75=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #72744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72744B is #8D8BB4. Grayscale: #6E6E6E. Windows color (decimal): -9276341 or 4945010. OLE color: 4945010.

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

Color convert

RGB11411675-
CMYK0.0200.350.55
HSL62.93º21.47%37.45%-
HSV(B)62.93º35.34%45.49%-
XYZ14.4516.589.09-
YUV110.73107.84130.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=37.38%
G=38.03%
B=24.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116750.0200.350.5562.9321.4737.45
Hex72744B2023373f1525
Octal162164113204367772545
Binary11100101110100100101110010001111011111111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72744B; }

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

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

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

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

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

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

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

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