#736452

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

Shades of Pine Cone #736452

Tints of Pine Cone #736452

Color information

#736452 (or 0x736452) is unknown color: approx Pine Cone. HEX triplet: 73, 64 and 52. RGB value is (115,100,82). Sum of RGB (Red+Green+Blue) = 115+100+82=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #736452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736452 is #8C9BAD. Grayscale: #666666. Windows color (decimal): -9214894 or 5399667. OLE color: 5399667.

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

Color convert

RGB11510082-
CMYK00.130.290.55
HSL32.73º16.75%38.63%-
HSV(B)32.73º28.7%45.1%-
XYZ13.1513.379.87-
YUV102.43116.47136.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=38.72%
G=33.67%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151008200.130.290.5532.7316.7538.63
Hex7364520D1D37211127
Octal1631441220153567412147
Binary111001111001001010010011011110111011110000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736452; }

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

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

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

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

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

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

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

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