#726559

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

Shades of Pine Cone #726559

Tints of Pine Cone #726559

Color information

#726559 (or 0x726559) is unknown color: approx Pine Cone. HEX triplet: 72, 65 and 59. RGB value is (114,101,89). Sum of RGB (Red+Green+Blue) = 114+101+89=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #726559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726559 is #8D9AA6. Grayscale: #676767. Windows color (decimal): -9280167 or 5858674. OLE color: 5858674.

HSL color Cylindrical-coordinate representation of color #726559: hue angle of 28.8º 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 #726559 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB11410189-
CMYK00.110.220.55
HSL28.8º12.32%39.8%-
HSV(B)28.8º21.93%44.71%-
XYZ13.413.6111.37-
YUV103.52119.81135.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 89 (35.16% from 255) = 29.28%
R=37.5%
G=33.22%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141018900.110.220.5528.812.3239.8
Hex7265590B16371dc28
Octal1621451310132667351450
Binary1110010110010110110010101110110110111111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726559; }

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

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

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

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

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

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

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

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