Html Css Color HEX #794A3C Nutmeg

📋 copy color: '#794A3C'

red 121 ◦ green 74 ◦ blue 60

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

Shades of Nutmeg #794A3C

Tints of Nutmeg #794A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 47.45%
G = 29.02%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#794A3C (or 0x794A3C) is known color: Nutmeg. HEX triplet: 79, 4A and 3C. RGB value is (121,74,60). Sum of RGB (Red+Green+Blue) = 121+74+60=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #794A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A3C is #86B5C3. Grayscale: #565656. Windows color (decimal): -8828356 or 3951225. OLE color: 3951225.

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

Color convert

RGB 121 74 60 -
CMYK 0 0.39 0.50 0.53
HSL 13.77º 0.34% 0.35% -
HSV(B) 13.77º 0.5% 0.47% -
XYZ 11.15 9.29 5.48 -
YUV 86.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 121 74 60 0 0.39 0.50 0.53 13.77 0.34 0.35
Hex 79 4A 3C 0 27 32 35 E 22 23
Octal 171 112 74 0 47 62 65 16 42 43
Binary 1111001 1001010 111100 0 100111 110010 110101 1110 100010 100011

Color Harmonies of #794A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794A3C

Black with #794A3C

Text Example


Text Example

White with #794A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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