#726151

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

Shades of Pine Cone #726151

Tints of Pine Cone #726151

Color information

#726151 (or 0x726151) is unknown color: approx Pine Cone. HEX triplet: 72, 61 and 51. RGB value is (114,97,81). Sum of RGB (Red+Green+Blue) = 114+97+81=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #726151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726151 is #8D9EAE. Grayscale: #646464. Windows color (decimal): -9281199 or 5333362. OLE color: 5333362.

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

Color convert

RGB1149781-
CMYK00.150.290.55
HSL29.09º16.92%38.24%-
HSV(B)29.09º28.95%44.71%-
XYZ12.712.729.57-
YUV100.26117.13137.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=39.04%
G=33.22%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114978100.150.290.5529.0916.9238.24
Hex7261510F1D371d1126
Octal1621411210173567352146
Binary11100101100001101000101111111011101111110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726151; }

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

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

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

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

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

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

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

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