#736352

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

Shades of Pine Cone #736352

Tints of Pine Cone #736352

Color information

#736352 (or 0x736352) is unknown color: approx Pine Cone. HEX triplet: 73, 63 and 52. RGB value is (115,99,82). Sum of RGB (Red+Green+Blue) = 115+99+82=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #736352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736352 is #8C9CAD. Grayscale: #656565. Windows color (decimal): -9215150 or 5399411. OLE color: 5399411.

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

Color convert

RGB1159982-
CMYK00.140.290.55
HSL30.91º16.75%38.63%-
HSV(B)30.91º28.7%45.1%-
XYZ13.0613.189.84-
YUV101.85116.8137.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=38.85%
G=33.45%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115998200.140.290.5530.9116.7538.63
Hex7363520E1D371f1127
Octal1631431220163567372147
Binary11100111100011101001001110111011101111111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736352; }

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

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

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

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

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

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

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

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