#726352

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

Shades of Pine Cone #726352

Tints of Pine Cone #726352

Color information

#726352 (or 0x726352) is unknown color: approx Pine Cone. HEX triplet: 72, 63 and 52. RGB value is (114,99,82). Sum of RGB (Red+Green+Blue) = 114+99+82=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #726352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726352 is #8D9CAD. Grayscale: #656565. Windows color (decimal): -9280686 or 5399410. OLE color: 5399410.

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

Color convert

RGB1149982-
CMYK00.130.280.55
HSL31.88º16.33%38.43%-
HSV(B)31.88º28.07%44.71%-
XYZ12.9213.119.83-
YUV101.55116.97136.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=38.64%
G=33.56%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114998200.130.280.5531.8816.3338.43
Hex7263520D1C37201026
Octal1621431220153467402046
Binary111001011000111010010011011110011011110000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726352; }

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

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

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

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

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

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

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

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