#71754B

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

Shades of Siam #71754B

Tints of Siam #71754B

Color information

#71754B (or 0x71754B) is unknown color: approx Siam. HEX triplet: 71, 75 and 4B. RGB value is (113,117,75). Sum of RGB (Red+Green+Blue) = 113+117+75=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #71754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71754B is #8E8AB4. Grayscale: #6F6F6F. Windows color (decimal): -9341621 or 4945265. OLE color: 4945265.

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

Color convert

RGB11311775-
CMYK0.0300.360.54
HSL65.71º21.88%37.65%-
HSV(B)65.71º35.9%45.88%-
XYZ14.4416.749.13-
YUV111.02107.67129.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=37.05%
G=38.36%
B=24.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117750.0300.360.5465.7121.8837.65
Hex71754B302436421626
Octal1611651133044661022646
Binary111000111101011001011110100100110110100001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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