#736250

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

Shades of Pine Cone #736250

Tints of Pine Cone #736250

Color information

#736250 (or 0x736250) is unknown color: approx Pine Cone. HEX triplet: 73, 62 and 50. RGB value is (115,98,80). Sum of RGB (Red+Green+Blue) = 115+98+80=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #736250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736250 is #8C9DAF. Grayscale: #656565. Windows color (decimal): -9215408 or 5268083. OLE color: 5268083.

HSL color Cylindrical-coordinate representation of color #736250: hue angle of 30.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736250 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1159880-
CMYK00.150.300.55
HSL30.86º17.95%38.24%-
HSV(B)30.86º30.43%45.1%-
XYZ12.8912.969.41-
YUV101.03116.13137.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=39.25%
G=33.45%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115988000.150.300.5530.8617.9538.24
Hex7362500F1E371f1226
Octal1631421200173667372246
Binary11100111100010101000001111111101101111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736250; }

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

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

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

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

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

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

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

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