#756552

Color #756552 Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #756552

Tints of Pine Cone #756552

Color information

#756552 (or 0x756552) is unknown color: approx Pine Cone. HEX triplet: 75, 65 and 52. RGB value is (117,101,82). Sum of RGB (Red+Green+Blue) = 117+101+82=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #756552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756552 is #8A9AAD. Grayscale: #676767. Windows color (decimal): -9083566 or 5399925. OLE color: 5399925.

HSL color Cylindrical-coordinate representation of color #756552: hue angle of 32.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756552 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11710182-
CMYK00.140.300.54
HSL32.57º17.59%39.02%-
HSV(B)32.57º29.91%45.88%-
XYZ13.5113.79.91-
YUV103.62115.8137.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=39%
G=33.67%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171018200.140.300.5432.5717.5939.02
Hex7565520E1E36211227
Octal1651451220163666412247
Binary111010111001011010010011101111011011010000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756552; }

 p { color: rgb(117,101,82); }

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

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

 a { background-color: rgb(117,101,82); }

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

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

 span { border-color: rgb(117,101,82); }

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