#795245

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

Shades of Nutmeg #795245

Tints of Nutmeg #795245

Color information

#795245 (or 0x795245) is unknown color: approx Nutmeg. HEX triplet: 79, 52 and 45. RGB value is (121,82,69). Sum of RGB (Red+Green+Blue) = 121+82+69=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #795245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795245 is #86ADBA. Grayscale: #5C5C5C. Windows color (decimal): -8826299 or 4543097. OLE color: 4543097.

HSL color Cylindrical-coordinate representation of color #795245: hue angle of 15º 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 #795245 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1218269-
CMYK00.320.430.53
HSL15º27.37%37.25%-
HSV(B)15º42.98%47.45%-
XYZ11.9810.537.03-
YUV92.18114.92148.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=44.49%
G=30.15%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121826900.320.430.531527.3737.25
Hex7952450202B35f1b25
Octal1711221050405365173345
Binary1111001101001010001010100000101011110101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795245; }

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

 H1.HeaderClassName
 {
   color: #795245;
 }
 .AnyTagClassName
 {
   color: #795245;
 }
</style>
background-color css

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

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

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

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

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

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