#736354

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

Shades of Pine Cone #736354

Tints of Pine Cone #736354

Color information

#736354 (or 0x736354) is unknown color: approx Pine Cone. HEX triplet: 73, 63 and 54. RGB value is (115,99,84). Sum of RGB (Red+Green+Blue) = 115+99+84=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #736354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736354 is #8C9CAB. Grayscale: #666666. Windows color (decimal): -9215148 or 5530483. OLE color: 5530483.

HSL color Cylindrical-coordinate representation of color #736354: hue angle of 29.03º 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 #736354 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1159984-
CMYK00.140.270.55
HSL29.03º15.58%39.02%-
HSV(B)29.03º26.96%45.1%-
XYZ13.1313.2110.24-
YUV102.07117.8137.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.59%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 84 (33.20% from 255) = 28.19%
R=38.59%
G=33.22%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115998400.140.270.5529.0315.5839.02
Hex7363540E1B371d1027
Octal1631431240163367352047
Binary11100111100011101010001110110111101111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736354; }

 p { color: rgb(115,99,84); }

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

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

 a { background-color: rgb(115,99,84); }

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

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

 span { border-color: rgb(115,99,84); }

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