#726454

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

Shades of Pine Cone #726454

Tints of Pine Cone #726454

Color information

#726454 (or 0x726454) is unknown color: approx Pine Cone. HEX triplet: 72, 64 and 54. RGB value is (114,100,84). Sum of RGB (Red+Green+Blue) = 114+100+84=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #726454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726454 is #8D9BAB. Grayscale: #666666. Windows color (decimal): -9280428 or 5530738. OLE color: 5530738.

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

Color convert

RGB11410084-
CMYK00.120.260.55
HSL32º15.15%38.82%-
HSV(B)32º26.32%44.71%-
XYZ13.113.3310.27-
YUV102.36117.64136.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 84 (33.20% from 255) = 28.19%
R=38.26%
G=33.56%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141008400.120.260.553215.1538.82
Hex7264540C1A3720f27
Octal1621441240143267401747
Binary11100101100100101010001100110101101111000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726454; }

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

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

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

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

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

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

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

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