#736253

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

Shades of Pine Cone #736253

Tints of Pine Cone #736253

Color information

#736253 (or 0x736253) is unknown color: approx Pine Cone. HEX triplet: 73, 62 and 53. RGB value is (115,98,83). Sum of RGB (Red+Green+Blue) = 115+98+83=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #736253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736253 is #8C9DAC. Grayscale: #656565. Windows color (decimal): -9215405 or 5464691. OLE color: 5464691.

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

Color convert

RGB1159883-
CMYK00.150.280.55
HSL28.13º16.16%38.82%-
HSV(B)28.13º27.83%45.1%-
XYZ131310.01-
YUV101.37117.63137.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 83 (32.81% from 255) = 28.04%
R=38.85%
G=33.11%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115988300.150.280.5528.1316.1638.82
Hex7362530F1C371c1027
Octal1631421230173467342047
Binary11100111100010101001101111111001101111110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736253; }

 p { color: rgb(115,98,83); }

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

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

 a { background-color: rgb(115,98,83); }

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

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

 span { border-color: rgb(115,98,83); }

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