Html Css Color HEX #796550 Pine Cone

📋 copy color: '#796550'

red 121 ◦ green 101 ◦ blue 80

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

Shades of Pine Cone #796550

Tints of Pine Cone #796550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 40.07%
G = 33.44%
B = 26.49%

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

#796550 (or 0x796550) is known color: Pine Cone. HEX triplet: 79, 65 and 50. RGB value is (121,101,80). Sum of RGB (Red+Green+Blue) = 121+101+80=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #796550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796550 is #869AAF. Grayscale: #686868. Windows color (decimal): -8821424 or 5268857. OLE color: 5268857.

HSL color Cylindrical-coordinate representation of color #796550: hue angle of 30.73º 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 #796550 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 101 80 -
CMYK 0 0.17 0.34 0.53
HSL 30.73º 0.2% 0.39% -
HSV(B) 30.73º 0.34% 0.47% -
XYZ 13.99 13.95 9.55 -
YUV 104.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 121 101 80 0 0.17 0.34 0.53 30.73 0.2 0.39
Hex 79 65 50 0 11 22 35 1F 14 27
Octal 171 145 120 0 21 42 65 37 24 47
Binary 1111001 1100101 1010000 0 10001 100010 110101 11111 10100 100111

Color Harmonies of #796550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796550

Black with #796550

Text Example


Text Example

White with #796550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796550; }

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

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

background-color css

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

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

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

border-color css

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

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

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