#72624F

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

Shades of Pine Cone #72624F

Tints of Pine Cone #72624F

Color information

#72624F (or 0x72624F) is unknown color: approx Pine Cone. HEX triplet: 72, 62 and 4F. RGB value is (114,98,79). Sum of RGB (Red+Green+Blue) = 114+98+79=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72624F is #8D9DB0. Grayscale: #646464. Windows color (decimal): -9280945 or 5202546. OLE color: 5202546.

HSL color Cylindrical-coordinate representation of color #72624F: hue angle of 32.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72624F is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1149879-
CMYK00.140.310.55
HSL32.57º18.13%37.84%-
HSV(B)32.57º30.7%44.71%-
XYZ12.7212.889.21-
YUV100.62115.8137.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 79 (31.25% from 255) = 27.15%
R=39.18%
G=33.68%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114987900.140.310.5532.5718.1337.84
Hex72624F0E1F37211226
Octal1621421170163767412246
Binary111001011000101001111011101111111011110000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72624F; }

 p { color: rgb(114,98,79); }

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

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

 a { background-color: rgb(114,98,79); }

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

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

 span { border-color: rgb(114,98,79); }

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