#726353

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

Shades of Pine Cone #726353

Tints of Pine Cone #726353

Color information

#726353 (or 0x726353) is unknown color: approx Pine Cone. HEX triplet: 72, 63 and 53. RGB value is (114,99,83). Sum of RGB (Red+Green+Blue) = 114+99+83=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #726353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726353 is #8D9CAC. Grayscale: #656565. Windows color (decimal): -9280685 or 5464946. OLE color: 5464946.

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

Color convert

RGB1149983-
CMYK00.130.270.55
HSL30.97º15.74%38.63%-
HSV(B)30.97º27.19%44.71%-
XYZ12.9613.1310.03-
YUV101.66117.47136.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 83 (32.81% from 255) = 28.04%
R=38.51%
G=33.45%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114998300.130.270.5530.9715.7438.63
Hex7263530D1B371f1027
Octal1621431230153367372047
Binary11100101100011101001101101110111101111111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726353; }

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

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

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

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

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

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

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

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