Html Css Color HEX #794A3F Nutmeg

📋 copy color: '#794A3F'

red 121 ◦ green 74 ◦ blue 63

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

Shades of Nutmeg #794A3F

Tints of Nutmeg #794A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.68%

 BLUE value IS 63 (25% from 255) = 24.42%

R = 46.9%
G = 28.68%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#794A3F (or 0x794A3F) is known color: Nutmeg. HEX triplet: 79, 4A and 3F. RGB value is (121,74,63). Sum of RGB (Red+Green+Blue) = 121+74+63=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #794A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A3F is #86B5C0. Grayscale: #565656. Windows color (decimal): -8828353 or 4147833. OLE color: 4147833.

HSL color Cylindrical-coordinate representation of color #794A3F: hue angle of 11.38º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #794A3F is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 74 63 -
CMYK 0 0.39 0.48 0.53
HSL 11.38º 0.32% 0.36% -
HSV(B) 11.38º 0.48% 0.47% -
XYZ 11.23 9.32 5.91 -
YUV 86.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 121 74 63 0 0.39 0.48 0.53 11.38 0.32 0.36
Hex 79 4A 3F 0 27 30 35 B 20 24
Octal 171 112 77 0 47 60 65 13 40 44
Binary 1111001 1001010 111111 0 100111 110000 110101 1011 100000 100100

Color Harmonies of #794A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794A3F

Black with #794A3F

Text Example


Text Example

White with #794A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,74,63); }

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

background-color css

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

 a { background-color: rgb(121,74,63); }

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

border-color css

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

 span { border-color: rgb(121,74,63); }

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