#736150

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

Shades of Pine Cone #736150

Tints of Pine Cone #736150

Color information

#736150 (or 0x736150) is unknown color: approx Pine Cone. HEX triplet: 73, 61 and 50. RGB value is (115,97,80). Sum of RGB (Red+Green+Blue) = 115+97+80=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #736150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736150 is #8C9EAF. Grayscale: #646464. Windows color (decimal): -9215664 or 5267827. OLE color: 5267827.

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

Color convert

RGB1159780-
CMYK00.160.300.55
HSL29.14º17.95%38.24%-
HSV(B)29.14º30.43%45.1%-
XYZ12.7912.779.38-
YUV100.44116.46138.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 80 (31.64% from 255) = 27.40%
R=39.38%
G=33.22%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115978000.160.300.5529.1417.9538.24
Hex7361500101E371d1226
Octal1631411200203667352246
Binary111001111000011010000010000111101101111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736150; }

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

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

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

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

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

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

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

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