#756352

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

Shades of Pine Cone #756352

Tints of Pine Cone #756352

Color information

#756352 (or 0x756352) is unknown color: approx Pine Cone. HEX triplet: 75, 63 and 52. RGB value is (117,99,82). Sum of RGB (Red+Green+Blue) = 117+99+82=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #756352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756352 is #8A9CAD. Grayscale: #666666. Windows color (decimal): -9084078 or 5399413. OLE color: 5399413.

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

Color convert

RGB1179982-
CMYK00.150.300.54
HSL29.14º17.59%39.02%-
HSV(B)29.14º29.91%45.88%-
XYZ13.3213.319.85-
YUV102.44116.46138.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=39.26%
G=33.22%
B=27.52%

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
Decimal117998200.150.300.5429.1417.5939.02
Hex7563520F1E361d1227
Octal1651431220173666352247
Binary11101011100011101001001111111101101101110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756352; }

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

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

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

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

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

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

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

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