Html Css Color HEX #795046 Nutmeg

📋 copy color: '#795046'

red 121 ◦ green 80 ◦ blue 70

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

Shades of Nutmeg #795046

Tints of Nutmeg #795046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 44.65%
G = 29.52%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#795046 (or 0x795046) is known color: Nutmeg. HEX triplet: 79, 50 and 46. RGB value is (121,80,70). Sum of RGB (Red+Green+Blue) = 121+80+70=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #795046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795046 is #86AFB9. Grayscale: #5B5B5B. Windows color (decimal): -8826810 or 4608121. OLE color: 4608121.

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

Color convert

RGB 121 80 70 -
CMYK 0 0.34 0.42 0.53
HSL 11.76º 0.27% 0.37% -
HSV(B) 11.76º 0.42% 0.47% -
XYZ 11.86 10.24 7.15 -
YUV 91.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 121 80 70 0 0.34 0.42 0.53 11.76 0.27 0.37
Hex 79 50 46 0 22 2A 35 C 1B 25
Octal 171 120 106 0 42 52 65 14 33 45
Binary 1111001 1010000 1000110 0 100010 101010 110101 1100 11011 100101

Color Harmonies of #795046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795046

Black with #795046

Text Example


Text Example

White with #795046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795046; }

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

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

background-color css

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

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

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

border-color css

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

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

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