#756452

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

Shades of Pine Cone #756452

Tints of Pine Cone #756452

Color information

#756452 (or 0x756452) is unknown color: approx Pine Cone. HEX triplet: 75, 64 and 52. RGB value is (117,100,82). Sum of RGB (Red+Green+Blue) = 117+100+82=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #756452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756452 is #8A9BAD. Grayscale: #676767. Windows color (decimal): -9083822 or 5399669. OLE color: 5399669.

HSL color Cylindrical-coordinate representation of color #756452: hue angle of 30.86º 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 #756452 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11710082-
CMYK00.150.300.54
HSL30.86º17.59%39.02%-
HSV(B)30.86º29.91%45.88%-
XYZ13.4213.519.88-
YUV103.03116.13137.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=39.13%
G=33.44%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171008200.150.300.5430.8617.5939.02
Hex7564520F1E361f1227
Octal1651441220173666372247
Binary11101011100100101001001111111101101101111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756452; }

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

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

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

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

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

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

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

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