#716252

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

Shades of Pine Cone #716252

Tints of Pine Cone #716252

Color information

#716252 (or 0x716252) is unknown color: approx Pine Cone. HEX triplet: 71, 62 and 52. RGB value is (113,98,82). Sum of RGB (Red+Green+Blue) = 113+98+82=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #716252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716252 is #8E9DAD. Grayscale: #646464. Windows color (decimal): -9346478 or 5399153. OLE color: 5399153.

HSL color Cylindrical-coordinate representation of color #716252: hue angle of 30.97º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716252 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1139882-
CMYK00.130.270.56
HSL30.97º15.9%38.24%-
HSV(B)30.97º27.43%44.31%-
XYZ12.712.869.79-
YUV100.66117.47136.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=38.57%
G=33.45%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113988200.130.270.5630.9715.938.24
Hex7162520D1B381f1026
Octal1611421220153370372046
Binary11100011100010101001001101110111110001111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716252; }

 p { color: rgb(113,98,82); }

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

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

 a { background-color: rgb(113,98,82); }

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

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

 span { border-color: rgb(113,98,82); }

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