#786249

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

Shades of Pine Cone #786249

Tints of Pine Cone #786249

Color information

#786249 (or 0x786249) is unknown color: approx Pine Cone. HEX triplet: 78, 62 and 49. RGB value is (120,98,73). Sum of RGB (Red+Green+Blue) = 120+98+73=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #786249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786249 is #879DB6. Grayscale: #656565. Windows color (decimal): -8887735 or 4809336. OLE color: 4809336.

HSL color Cylindrical-coordinate representation of color #786249: hue angle of 31.91º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #786249 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1209873-
CMYK00.180.390.53
HSL31.91º24.35%37.84%-
HSV(B)31.91º39.17%47.06%-
XYZ13.3213.218.15-
YUV101.73111.79141.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=41.24%
G=33.68%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120987300.180.390.5331.9124.3537.84
Hex7862490122735201826
Octal1701421110224765403046
Binary11110001100010100100101001010011111010110000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786249; }

 p { color: rgb(120,98,73); }

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

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

 a { background-color: rgb(120,98,73); }

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

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

 span { border-color: rgb(120,98,73); }

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