#726251

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

Shades of Pine Cone #726251

Tints of Pine Cone #726251

Color information

#726251 (or 0x726251) is unknown color: approx Pine Cone. HEX triplet: 72, 62 and 51. RGB value is (114,98,81). Sum of RGB (Red+Green+Blue) = 114+98+81=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #726251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726251 is #8D9DAE. Grayscale: #646464. Windows color (decimal): -9280943 or 5333618. OLE color: 5333618.

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

Color convert

RGB1149881-
CMYK00.140.290.55
HSL30.91º16.92%38.24%-
HSV(B)30.91º28.95%44.71%-
XYZ12.7912.919.6-
YUV100.85116.8137.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=38.91%
G=33.45%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114988100.140.290.5530.9116.9238.24
Hex7262510E1D371f1126
Octal1621421210163567372146
Binary11100101100010101000101110111011101111111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726251; }

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

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

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

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

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

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

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

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