#726452

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

Shades of Pine Cone #726452

Tints of Pine Cone #726452

Color information

#726452 (or 0x726452) is unknown color: approx Pine Cone. HEX triplet: 72, 64 and 52. RGB value is (114,100,82). Sum of RGB (Red+Green+Blue) = 114+100+82=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #726452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726452 is #8D9BAD. Grayscale: #666666. Windows color (decimal): -9280430 or 5399666. OLE color: 5399666.

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

Color convert

RGB11410082-
CMYK00.120.280.55
HSL33.75º16.33%38.43%-
HSV(B)33.75º28.07%44.71%-
XYZ13.0213.39.86-
YUV102.13116.64136.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=38.51%
G=33.78%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141008200.120.280.5533.7516.3338.43
Hex7264520C1C37221026
Octal1621441220143467422046
Binary111001011001001010010011001110011011110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726452; }

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

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

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

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

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

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

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

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