#726455

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

Shades of Pine Cone #726455

Tints of Pine Cone #726455

Color information

#726455 (or 0x726455) is unknown color: approx Pine Cone. HEX triplet: 72, 64 and 55. RGB value is (114,100,85). Sum of RGB (Red+Green+Blue) = 114+100+85=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #726455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726455 is #8D9BAA. Grayscale: #666666. Windows color (decimal): -9280427 or 5596274. OLE color: 5596274.

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

Color convert

RGB11410085-
CMYK00.120.250.55
HSL31.03º14.57%39.02%-
HSV(B)31.03º25.44%44.71%-
XYZ13.1413.3510.48-
YUV102.48118.14136.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=38.13%
G=33.44%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141008500.120.250.5531.0314.5739.02
Hex7264550C19371ff27
Octal1621441250143167371747
Binary1110010110010010101010110011001110111111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726455; }

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

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

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

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

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

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

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

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