#71754A

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

Shades of Siam #71754A

Tints of Siam #71754A

Color information

#71754A (or 0x71754A) is unknown color: approx Siam. HEX triplet: 71, 75 and 4A. RGB value is (113,117,74). Sum of RGB (Red+Green+Blue) = 113+117+74=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #71754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71754A is #8E8AB5. Grayscale: #6F6F6F. Windows color (decimal): -9341622 or 4879729. OLE color: 4879729.

HSL color Cylindrical-coordinate representation of color #71754A: hue angle of 65.58º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71754A is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB11311774-
CMYK0.0300.370.54
HSL65.58º22.51%37.45%-
HSV(B)65.58º36.75%45.88%-
XYZ14.4116.738.95-
YUV110.9107.17129.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=37.17%
G=38.49%
B=24.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117740.0300.370.5465.5822.5137.45
Hex71754A302536421725
Octal1611651123045661022745
Binary111000111101011001010110100101110110100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71754A; }

 p { color: rgb(113,117,74); }

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

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

 a { background-color: rgb(113,117,74); }

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

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

 span { border-color: rgb(113,117,74); }

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