Html Css Color HEX #794B40 Nutmeg

📋 copy color: '#794B40'

red 121 ◦ green 75 ◦ blue 64

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

Shades of Nutmeg #794B40

Tints of Nutmeg #794B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.85%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 46.54%
G = 28.85%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#794B40 (or 0x794B40) is known color: Nutmeg. HEX triplet: 79, 4B and 40. RGB value is (121,75,64). Sum of RGB (Red+Green+Blue) = 121+75+64=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #794B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794B40 is #86B4BF. Grayscale: #575757. Windows color (decimal): -8828096 or 4213625. OLE color: 4213625.

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

Color convert

RGB 121 75 64 -
CMYK 0 0.38 0.47 0.53
HSL 11.58º 0.31% 0.36% -
HSV(B) 11.58º 0.47% 0.47% -
XYZ 11.33 9.47 6.08 -
YUV 87.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 121 75 64 0 0.38 0.47 0.53 11.58 0.31 0.36
Hex 79 4B 40 0 26 2F 35 C 1F 24
Octal 171 113 100 0 46 57 65 14 37 44
Binary 1111001 1001011 1000000 0 100110 101111 110101 1100 11111 100100

Color Harmonies of #794B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794B40

Black with #794B40

Text Example


Text Example

White with #794B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,75,64); }

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

background-color css

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

 a { background-color: rgb(121,75,64); }

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

border-color css

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

 span { border-color: rgb(121,75,64); }

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