#796148

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

Shades of Pine Cone #796148

Tints of Pine Cone #796148

Color information

#796148 (or 0x796148) is unknown color: approx Pine Cone. HEX triplet: 79, 61 and 48. RGB value is (121,97,72). Sum of RGB (Red+Green+Blue) = 121+97+72=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #796148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796148 is #869EB7. Grayscale: #656565. Windows color (decimal): -8822456 or 4743545. OLE color: 4743545.

HSL color Cylindrical-coordinate representation of color #796148: hue angle of 30.61º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #796148 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1219772-
CMYK00.200.400.53
HSL30.61º25.39%37.84%-
HSV(B)30.61º40.5%47.45%-
XYZ13.3313.087.95-
YUV101.33111.45142.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.72%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 72 (28.52% from 255) = 24.83%
R=41.72%
G=33.45%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121977200.200.400.5330.6125.3937.84
Hex79614801428351f1926
Octal1711411100245065373146
Binary1111001110000110010000101001010001101011111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796148; }

 p { color: rgb(121,97,72); }

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

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

 a { background-color: rgb(121,97,72); }

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

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

 span { border-color: rgb(121,97,72); }

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