Html Css Color HEX #795048 Nutmeg

📋 copy color: '#795048'

red 121 ◦ green 80 ◦ blue 72

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

Shades of Nutmeg #795048

Tints of Nutmeg #795048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 44.32%
G = 29.3%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#795048 (or 0x795048) is known color: Nutmeg. HEX triplet: 79, 50 and 48. RGB value is (121,80,72). Sum of RGB (Red+Green+Blue) = 121+80+72=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #795048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795048 is #86AFB7. Grayscale: #5B5B5B. Windows color (decimal): -8826808 or 4739193. OLE color: 4739193.

HSL color Cylindrical-coordinate representation of color #795048: hue angle of 9.8º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795048 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 80 72 -
CMYK 0 0.34 0.40 0.53
HSL 9.8º 0.25% 0.38% -
HSV(B) 9.8º 0.4% 0.47% -
XYZ 11.92 10.27 7.48 -
YUV 91.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 121 80 72 0 0.34 0.40 0.53 9.8 0.25 0.38
Hex 79 50 48 0 22 28 35 A 19 26
Octal 171 120 110 0 42 50 65 12 31 46
Binary 1111001 1010000 1001000 0 100010 101000 110101 1010 11001 100110

Color Harmonies of #795048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795048

Black with #795048

Text Example


Text Example

White with #795048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795048; }

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

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

background-color css

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

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

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

border-color css

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

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

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