#756252

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

Shades of Pine Cone #756252

Tints of Pine Cone #756252

Color information

#756252 (or 0x756252) is unknown color: approx Pine Cone. HEX triplet: 75, 62 and 52. RGB value is (117,98,82). Sum of RGB (Red+Green+Blue) = 117+98+82=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #756252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756252 is #8A9DAD. Grayscale: #656565. Windows color (decimal): -9084334 or 5399157. OLE color: 5399157.

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

Color convert

RGB1179882-
CMYK00.160.300.54
HSL27.43º17.59%39.02%-
HSV(B)27.43º29.91%45.88%-
XYZ13.2313.139.82-
YUV101.86116.79138.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=39.39%
G=33.00%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117988200.160.300.5427.4317.5939.02
Hex7562520101E361b1227
Octal1651421220203666332247
Binary111010111000101010010010000111101101101101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756252; }

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

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

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

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

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

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

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

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