Html Css Color HEX #795041 Nutmeg

📋 copy color: '#795041'

red 121 ◦ green 80 ◦ blue 65

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

Shades of Nutmeg #795041

Tints of Nutmeg #795041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 45.49%
G = 30.08%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#795041 (or 0x795041) is known color: Nutmeg. HEX triplet: 79, 50 and 41. RGB value is (121,80,65). Sum of RGB (Red+Green+Blue) = 121+80+65=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #795041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795041 is #86AFBE. Grayscale: #5A5A5A. Windows color (decimal): -8826815 or 4280441. OLE color: 4280441.

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

Color convert

RGB 121 80 65 -
CMYK 0 0.34 0.46 0.53
HSL 16.07º 0.3% 0.36% -
HSV(B) 16.07º 0.46% 0.47% -
XYZ 11.71 10.18 6.35 -
YUV 90.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 121 80 65 0 0.34 0.46 0.53 16.07 0.3 0.36
Hex 79 50 41 0 22 2E 35 10 1E 24
Octal 171 120 101 0 42 56 65 20 36 44
Binary 1111001 1010000 1000001 0 100010 101110 110101 10000 11110 100100

Color Harmonies of #795041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795041

Black with #795041

Text Example


Text Example

White with #795041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795041; }

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

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

background-color css

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

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

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

border-color css

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

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

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