#7A6952

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

Shades of Pine Cone #7A6952

Tints of Pine Cone #7A6952

Color information

#7A6952 (or 0x7A6952) is unknown color: approx Pine Cone. HEX triplet: 7A, 69 and 52. RGB value is (122,105,82). Sum of RGB (Red+Green+Blue) = 122+105+82=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6952 is #8596AD. Grayscale: #6B6B6B. Windows color (decimal): -8754862 or 5400954. OLE color: 5400954.

HSL color Cylindrical-coordinate representation of color #7A6952: hue angle of 34.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A6952 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB12210582-
CMYK00.140.330.52
HSL34.5º19.61%40%-
HSV(B)34.5º32.79%47.84%-
XYZ14.614.8510.08-
YUV107.46113.63138.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.48%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=39.48%
G=33.98%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221058200.140.330.5234.519.6140
Hex7A69520E2134221428
Octal1721511220164164422450
Binary1111010110100110100100111010000111010010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A6952; }

 p { color: rgb(122,105,82); }

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

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

 a { background-color: rgb(122,105,82); }

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

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

 span { border-color: rgb(122,105,82); }

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