#746152

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

Shades of Pine Cone #746152

Tints of Pine Cone #746152

Color information

#746152 (or 0x746152) is unknown color: approx Pine Cone. HEX triplet: 74, 61 and 52. RGB value is (116,97,82). Sum of RGB (Red+Green+Blue) = 116+97+82=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #746152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746152 is #8B9EAD. Grayscale: #656565. Windows color (decimal): -9150126 or 5398900. OLE color: 5398900.

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

Color convert

RGB1169782-
CMYK00.160.290.55
HSL26.47º17.17%38.82%-
HSV(B)26.47º29.31%45.49%-
XYZ1312.879.78-
YUV100.97117.29138.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=39.32%
G=32.88%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116978200.160.290.5526.4717.1738.82
Hex7461520101D371a1127
Octal1641411220203567322147
Binary111010011000011010010010000111011101111101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746152; }

 p { color: rgb(116,97,82); }

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

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

 a { background-color: rgb(116,97,82); }

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

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

 span { border-color: rgb(116,97,82); }

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