#756350

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

Shades of Pine Cone #756350

Tints of Pine Cone #756350

Color information

#756350 (or 0x756350) is unknown color: approx Pine Cone. HEX triplet: 75, 63 and 50. RGB value is (117,99,80). Sum of RGB (Red+Green+Blue) = 117+99+80=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #756350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756350 is #8A9CAF. Grayscale: #666666. Windows color (decimal): -9084080 or 5268341. OLE color: 5268341.

HSL color Cylindrical-coordinate representation of color #756350: hue angle of 30.81º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756350 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1179980-
CMYK00.150.320.54
HSL30.81º18.78%38.63%-
HSV(B)30.81º31.62%45.88%-
XYZ13.2513.289.46-
YUV102.22115.46138.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=39.53%
G=33.45%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117998000.150.320.5430.8118.7838.63
Hex7563500F20361f1327
Octal1651431200174066372347
Binary111010111000111010000011111000001101101111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756350; }

 p { color: rgb(117,99,80); }

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

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

 a { background-color: rgb(117,99,80); }

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

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

 span { border-color: rgb(117,99,80); }

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