#736555

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

Shades of Pine Cone #736555

Tints of Pine Cone #736555

Color information

#736555 (or 0x736555) is unknown color: approx Pine Cone. HEX triplet: 73, 65 and 55. RGB value is (115,101,85). Sum of RGB (Red+Green+Blue) = 115+101+85=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #736555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736555 is #8C9AAA. Grayscale: #676767. Windows color (decimal): -9214635 or 5596531. OLE color: 5596531.

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

Color convert

RGB11510185-
CMYK00.120.260.55
HSL32º15%39.22%-
HSV(B)32º26.09%45.1%-
XYZ13.3613.6110.52-
YUV103.36117.64136.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=38.21%
G=33.55%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151018500.120.260.55321539.22
Hex7365550C1A3720f27
Octal1631451250143267401747
Binary11100111100101101010101100110101101111000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736555; }

 p { color: rgb(115,101,85); }

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

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

 a { background-color: rgb(115,101,85); }

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

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

 span { border-color: rgb(115,101,85); }

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