#736351

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

Shades of Pine Cone #736351

Tints of Pine Cone #736351

Color information

#736351 (or 0x736351) is unknown color: approx Pine Cone. HEX triplet: 73, 63 and 51. RGB value is (115,99,81). Sum of RGB (Red+Green+Blue) = 115+99+81=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #736351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736351 is #8C9CAE. Grayscale: #656565. Windows color (decimal): -9215151 or 5333875. OLE color: 5333875.

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

Color convert

RGB1159981-
CMYK00.140.300.55
HSL31.76º17.35%38.43%-
HSV(B)31.76º29.57%45.1%-
XYZ13.0213.169.64-
YUV101.73116.3137.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=38.98%
G=33.56%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115998100.140.300.5531.7617.3538.43
Hex7363510E1E37201126
Octal1631431210163667402146
Binary111001111000111010001011101111011011110000010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736351; }

 p { color: rgb(115,99,81); }

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

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

 a { background-color: rgb(115,99,81); }

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

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

 span { border-color: rgb(115,99,81); }

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