#726253

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

Shades of Pine Cone #726253

Tints of Pine Cone #726253

Color information

#726253 (or 0x726253) is unknown color: approx Pine Cone. HEX triplet: 72, 62 and 53. RGB value is (114,98,83). Sum of RGB (Red+Green+Blue) = 114+98+83=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #726253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726253 is #8D9DAC. Grayscale: #656565. Windows color (decimal): -9280941 or 5464690. OLE color: 5464690.

HSL color Cylindrical-coordinate representation of color #726253: hue angle of 29.03º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #726253 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1149883-
CMYK00.140.270.55
HSL29.03º15.74%38.63%-
HSV(B)29.03º27.19%44.71%-
XYZ12.8712.9410-
YUV101.07117.8137.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=38.64%
G=33.22%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114988300.140.270.5529.0315.7438.63
Hex7262530E1B371d1027
Octal1621421230163367352047
Binary11100101100010101001101110110111101111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726253; }

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

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

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

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

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

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

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

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