#726459

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

Shades of Pine Cone #726459

Tints of Pine Cone #726459

Color information

#726459 (or 0x726459) is unknown color: approx Pine Cone. HEX triplet: 72, 64 and 59. RGB value is (114,100,89). Sum of RGB (Red+Green+Blue) = 114+100+89=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #726459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726459 is #8D9BA6. Grayscale: #666666. Windows color (decimal): -9280423 or 5858418. OLE color: 5858418.

HSL color Cylindrical-coordinate representation of color #726459: hue angle of 26.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #726459 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB11410089-
CMYK00.120.220.55
HSL26.4º12.32%39.8%-
HSV(B)26.4º21.93%44.71%-
XYZ13.313.4111.34-
YUV102.93120.14135.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 89 (35.16% from 255) = 29.37%
R=37.62%
G=33.00%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141008900.120.220.5526.412.3239.8
Hex7264590C16371ac28
Octal1621441310142667321450
Binary1110010110010010110010110010110110111110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726459; }

 p { color: rgb(114,100,89); }

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

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

 a { background-color: rgb(114,100,89); }

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

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

 span { border-color: rgb(114,100,89); }

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