#726357

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

Shades of Pine Cone #726357

Tints of Pine Cone #726357

Color information

#726357 (or 0x726357) is unknown color: approx Pine Cone. HEX triplet: 72, 63 and 57. RGB value is (114,99,87). Sum of RGB (Red+Green+Blue) = 114+99+87=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #726357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726357 is #8D9CA8. Grayscale: #666666. Windows color (decimal): -9280681 or 5727090. OLE color: 5727090.

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

Color convert

RGB1149987-
CMYK00.130.240.55
HSL26.67º13.43%39.41%-
HSV(B)26.67º23.68%44.71%-
XYZ13.1213.1910.87-
YUV102.12119.47136.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 87 (34.38% from 255) = 29%
R=38%
G=33%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114998700.130.240.5526.6713.4339.41
Hex7263570D18371bd27
Octal1621431270153067331547
Binary1110010110001110101110110111000110111110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726357; }

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

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

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

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

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

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

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

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