#726557

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

Shades of Pine Cone #726557

Tints of Pine Cone #726557

Color information

#726557 (or 0x726557) is unknown color: approx Pine Cone. HEX triplet: 72, 65 and 57. RGB value is (114,101,87). Sum of RGB (Red+Green+Blue) = 114+101+87=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726557 is #8D9AA8. Grayscale: #676767. Windows color (decimal): -9280169 or 5727602. OLE color: 5727602.

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

Color convert

RGB11410187-
CMYK00.110.240.55
HSL31.11º13.43%39.41%-
HSV(B)31.11º23.68%44.71%-
XYZ13.3113.5710.93-
YUV103.29118.81135.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 87 (34.38% from 255) = 28.81%
R=37.75%
G=33.44%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141018700.110.240.5531.1113.4339.41
Hex7265570B18371fd27
Octal1621451270133067371547
Binary1110010110010110101110101111000110111111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726557; }

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

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

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

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

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

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

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

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