#726152

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

Shades of Pine Cone #726152

Tints of Pine Cone #726152

Color information

#726152 (or 0x726152) is unknown color: approx Pine Cone. HEX triplet: 72, 61 and 52. RGB value is (114,97,82). Sum of RGB (Red+Green+Blue) = 114+97+82=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #726152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726152 is #8D9EAD. Grayscale: #646464. Windows color (decimal): -9281198 or 5398898. OLE color: 5398898.

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

Color convert

RGB1149782-
CMYK00.150.280.55
HSL28.13º16.33%38.43%-
HSV(B)28.13º28.07%44.71%-
XYZ12.7412.749.77-
YUV100.37117.63137.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=38.91%
G=33.11%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114978200.150.280.5528.1316.3338.43
Hex7261520F1C371c1026
Octal1621411220173467342046
Binary11100101100001101001001111111001101111110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726152; }

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

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

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

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

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

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

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

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