Html Css Color HEX #795145 Nutmeg

📋 copy color: '#795145'

red 121 ◦ green 81 ◦ blue 69

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

Shades of Nutmeg #795145

Tints of Nutmeg #795145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 69 (27.34% from 255) = 25.46%

R = 44.65%
G = 29.89%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#795145 (or 0x795145) is known color: Nutmeg. HEX triplet: 79, 51 and 45. RGB value is (121,81,69). Sum of RGB (Red+Green+Blue) = 121+81+69=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #795145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795145 is #86AEBA. Grayscale: #5B5B5B. Windows color (decimal): -8826555 or 4542841. OLE color: 4542841.

HSL color Cylindrical-coordinate representation of color #795145: hue angle of 13.85º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #795145 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 69 -
CMYK 0 0.33 0.43 0.53
HSL 13.85º 0.27% 0.37% -
HSV(B) 13.85º 0.43% 0.47% -
XYZ 11.9 10.38 7.01 -
YUV 91.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 121 81 69 0 0.33 0.43 0.53 13.85 0.27 0.37
Hex 79 51 45 0 21 2B 35 E 1B 25
Octal 171 121 105 0 41 53 65 16 33 45
Binary 1111001 1010001 1000101 0 100001 101011 110101 1110 11011 100101

Color Harmonies of #795145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795145

Black with #795145

Text Example


Text Example

White with #795145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795145; }

 p { color: rgb(121,81,69); }

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

background-color css

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

 a { background-color: rgb(121,81,69); }

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

border-color css

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

 span { border-color: rgb(121,81,69); }

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