#716353

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

Shades of Pine Cone #716353

Tints of Pine Cone #716353

Color information

#716353 (or 0x716353) is unknown color: approx Pine Cone. HEX triplet: 71, 63 and 53. RGB value is (113,99,83). Sum of RGB (Red+Green+Blue) = 113+99+83=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #716353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716353 is #8E9CAC. Grayscale: #656565. Windows color (decimal): -9346221 or 5464945. OLE color: 5464945.

HSL color Cylindrical-coordinate representation of color #716353: hue angle of 32º degrees, saturation: 0.15, 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 #716353 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1139983-
CMYK00.120.270.56
HSL32º15.31%38.43%-
HSV(B)32º26.55%44.31%-
XYZ12.8313.0610.03-
YUV101.36117.64136.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=38.31%
G=33.56%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113998300.120.270.563215.3138.43
Hex7163530C1B3820f26
Octal1611431230143370401746
Binary11100011100011101001101100110111110001000001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716353; }

 p { color: rgb(113,99,83); }

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

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

 a { background-color: rgb(113,99,83); }

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

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

 span { border-color: rgb(113,99,83); }

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