#726355

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

Shades of Pine Cone #726355

Tints of Pine Cone #726355

Color information

#726355 (or 0x726355) is unknown color: approx Pine Cone. HEX triplet: 72, 63 and 55. RGB value is (114,99,85). Sum of RGB (Red+Green+Blue) = 114+99+85=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #726355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726355 is #8D9CAA. Grayscale: #656565. Windows color (decimal): -9280683 or 5596018. OLE color: 5596018.

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

Color convert

RGB1149985-
CMYK00.130.250.55
HSL28.97º14.57%39.02%-
HSV(B)28.97º25.44%44.71%-
XYZ13.0413.1610.45-
YUV101.89118.47136.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=38.26%
G=33.22%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114998500.130.250.5528.9714.5739.02
Hex7263550D19371df27
Octal1621431250153167351747
Binary1110010110001110101010110111001110111111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726355; }

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

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

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

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

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

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

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

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