Html Css Color HEX #794F45 Nutmeg

📋 copy color: '#794F45'

red 121 ◦ green 79 ◦ blue 69

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

Shades of Nutmeg #794F45

Tints of Nutmeg #794F45

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.37%

 BLUE value IS 69 (27.34% from 255) = 25.65%

R = 44.98%
G = 29.37%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#794F45 (or 0x794F45) is known color: Nutmeg. HEX triplet: 79, 4F and 45. RGB value is (121,79,69). Sum of RGB (Red+Green+Blue) = 121+79+69=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #794F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794F45 is #86B0BA. Grayscale: #5A5A5A. Windows color (decimal): -8827067 or 4542329. OLE color: 4542329.

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

Color convert

RGB 121 79 69 -
CMYK 0 0.35 0.43 0.53
HSL 11.54º 0.27% 0.37% -
HSV(B) 11.54º 0.43% 0.47% -
XYZ 11.76 10.09 6.96 -
YUV 90.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 121 79 69 0 0.35 0.43 0.53 11.54 0.27 0.37
Hex 79 4F 45 0 23 2B 35 C 1B 25
Octal 171 117 105 0 43 53 65 14 33 45
Binary 1111001 1001111 1000101 0 100011 101011 110101 1100 11011 100101

Color Harmonies of #794F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794F45

Black with #794F45

Text Example


Text Example

White with #794F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794F45; }

 p { color: rgb(121,79,69); }

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

background-color css

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

 a { background-color: rgb(121,79,69); }

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

border-color css

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

 span { border-color: rgb(121,79,69); }

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