#736252

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

Shades of Pine Cone #736252

Tints of Pine Cone #736252

Color information

#736252 (or 0x736252) is unknown color: approx Pine Cone. HEX triplet: 73, 62 and 52. RGB value is (115,98,82). Sum of RGB (Red+Green+Blue) = 115+98+82=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #736252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736252 is #8C9DAD. Grayscale: #656565. Windows color (decimal): -9215406 or 5399155. OLE color: 5399155.

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

Color convert

RGB1159882-
CMYK00.150.290.55
HSL29.09º16.75%38.63%-
HSV(B)29.09º28.7%45.1%-
XYZ12.9612.999.81-
YUV101.26117.13137.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=38.98%
G=33.22%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115988200.150.290.5529.0916.7538.63
Hex7362520F1D371d1127
Octal1631421220173567352147
Binary11100111100010101001001111111011101111110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736252; }

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

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

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

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

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

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

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

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