#736454

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

Shades of Pine Cone #736454

Tints of Pine Cone #736454

Color information

#736454 (or 0x736454) is unknown color: approx Pine Cone. HEX triplet: 73, 64 and 54. RGB value is (115,100,84). Sum of RGB (Red+Green+Blue) = 115+100+84=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #736454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736454 is #8C9BAB. Grayscale: #666666. Windows color (decimal): -9214892 or 5530739. OLE color: 5530739.

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

Color convert

RGB11510084-
CMYK00.130.270.55
HSL30.97º15.58%39.02%-
HSV(B)30.97º26.96%45.1%-
XYZ13.2313.410.28-
YUV102.66117.47136.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=38.46%
G=33.44%
B=28.09%

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
Decimal1151008400.130.270.5530.9715.5839.02
Hex7364540D1B371f1027
Octal1631441240153367372047
Binary11100111100100101010001101110111101111111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736454; }

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

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

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

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

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

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

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

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