Html Css Color HEX #796450 Pine Cone

📋 copy color: '#796450'

red 121 ◦ green 100 ◦ blue 80

#796450
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Cone #796450

Tints of Pine Cone #796450

RGB

 RED value IS 121 (47.66% from 255) = 40.2%

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 80 (31.64% from 255) = 26.58%

R = 40.2%
G = 33.22%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#796450 (or 0x796450) is known color: Pine Cone. HEX triplet: 79, 64 and 50. RGB value is (121,100,80). Sum of RGB (Red+Green+Blue) = 121+100+80=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #796450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796450 is #869BAF. Grayscale: #686868. Windows color (decimal): -8821680 or 5268601. OLE color: 5268601.

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

Color convert

RGB 121 100 80 -
CMYK 0 0.17 0.34 0.53
HSL 29.27º 0.2% 0.39% -
HSV(B) 29.27º 0.34% 0.47% -
XYZ 13.89 13.76 9.51 -
YUV 104 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 121 100 80 0 0.17 0.34 0.53 29.27 0.2 0.39
Hex 79 64 50 0 11 22 35 1D 14 27
Octal 171 144 120 0 21 42 65 35 24 47
Binary 1111001 1100100 1010000 0 10001 100010 110101 11101 10100 100111

Color Harmonies of #796450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796450

Black with #796450

Text Example


Text Example

White with #796450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796450; }

 p { color: rgb(121,100,80); }

 H1.HeaderClassName
 {
   color: #796450;
 }
 .AnyTagClassName
 {
   color: #796450;
 }
</style>

background-color css

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

 a { background-color: rgb(121,100,80); }

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

border-color css

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

 span { border-color: rgb(121,100,80); }

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