#756253

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

Shades of Pine Cone #756253

Tints of Pine Cone #756253

Color information

#756253 (or 0x756253) is unknown color: approx Pine Cone. HEX triplet: 75, 62 and 53. RGB value is (117,98,83). Sum of RGB (Red+Green+Blue) = 117+98+83=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #756253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756253 is #8A9DAC. Grayscale: #666666. Windows color (decimal): -9084333 or 5464693. OLE color: 5464693.

HSL color Cylindrical-coordinate representation of color #756253: hue angle of 26.47º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756253 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1179883-
CMYK00.160.290.54
HSL26.47º17%39.22%-
HSV(B)26.47º29.06%45.88%-
XYZ13.2713.1410.02-
YUV101.97117.29138.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 83 (32.81% from 255) = 27.85%
R=39.26%
G=32.89%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117988300.160.290.5426.471739.22
Hex7562530101D361a1127
Octal1651421230203566322147
Binary111010111000101010011010000111011101101101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756253; }

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

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

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

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

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

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

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

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