#726358

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

Shades of Pine Cone #726358

Tints of Pine Cone #726358

Color information

#726358 (or 0x726358) is unknown color: approx Pine Cone. HEX triplet: 72, 63 and 58. RGB value is (114,99,88). Sum of RGB (Red+Green+Blue) = 114+99+88=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #726358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726358 is #8D9CA7. Grayscale: #666666. Windows color (decimal): -9280680 or 5792626. OLE color: 5792626.

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

Color convert

RGB1149988-
CMYK00.130.230.55
HSL25.38º12.87%39.61%-
HSV(B)25.38º22.81%44.71%-
XYZ13.1613.2111.09-
YUV102.23119.97136.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=37.87%
G=32.89%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114998800.130.230.5525.3812.8739.61
Hex7263580D173719d28
Octal1621431300152767311550
Binary1110010110001110110000110110111110111110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726358; }

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

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

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

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

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

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

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

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