#71734D

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

Shades of Siam #71734D

Tints of Siam #71734D

Color information

#71734D (or 0x71734D) is unknown color: approx Siam. HEX triplet: 71, 73 and 4D. RGB value is (113,115,77). Sum of RGB (Red+Green+Blue) = 113+115+77=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #71734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71734D is #8E8CB2. Grayscale: #6E6E6E. Windows color (decimal): -9342131 or 5075825. OLE color: 5075825.

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

Color convert

RGB11311577-
CMYK0.0200.330.55
HSL63.16º19.79%37.65%-
HSV(B)63.16º33.04%45.1%-
XYZ14.2816.319.42-
YUV110.07109.34130.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=37.05%
G=37.70%
B=25.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115770.0200.330.5563.1619.7937.65
Hex71734D2021373f1426
Octal161163115204167772446
Binary11100011110011100110110010000111011111111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71734D; }

 p { color: rgb(113,115,77); }

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

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

 a { background-color: rgb(113,115,77); }

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

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

 span { border-color: rgb(113,115,77); }

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