#71734B

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

Shades of Siam #71734B

Tints of Siam #71734B

Color information

#71734B (or 0x71734B) is unknown color: approx Siam. HEX triplet: 71, 73 and 4B. RGB value is (113,115,75). Sum of RGB (Red+Green+Blue) = 113+115+75=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #71734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71734B is #8E8CB4. Grayscale: #6E6E6E. Windows color (decimal): -9342133 or 4944753. OLE color: 4944753.

HSL color Cylindrical-coordinate representation of color #71734B: hue angle of 63º 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 #71734B is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB11311575-
CMYK0.0200.350.55
HSL63º21.05%37.25%-
HSV(B)63º34.78%45.1%-
XYZ14.2116.289.05-
YUV109.84108.34130.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=37.29%
G=37.95%
B=24.75%

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
Decimal113115750.0200.350.556321.0537.25
Hex71734B2023373f1525
Octal161163113204367772545
Binary11100011110011100101110010001111011111111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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