#795145

Color #795145 Nutmeg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nutmeg #795145

Tints of Nutmeg #795145

Color information

#795145 (or 0x795145) is unknown color: approx 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

RGB1218169-
CMYK00.330.430.53
HSL13.85º27.37%37.25%-
HSV(B)13.85º42.98%47.45%-
XYZ11.910.387.01-
YUV91.59115.25148.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121816900.330.430.5313.8527.3737.25
Hex7951450212B35e1b25
Octal1711211050415365163345
Binary1111001101000110001010100001101011110101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>