#804A41

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

Shades of Nutmeg #804A41

Tints of Nutmeg #804A41

Color information

#804A41 (or 0x804A41) is unknown color: approx Nutmeg. HEX triplet: 80, 4A and 41. RGB value is (128,74,65). Sum of RGB (Red+Green+Blue) = 128+74+65=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #804A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A41 is #7FB5BE. Grayscale: #595959. Windows color (decimal): -8369599 or 4278912. OLE color: 4278912.

HSL color Cylindrical-coordinate representation of color #804A41: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804A41 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB1287465-
CMYK00.420.490.50
HSL8.57º32.64%37.84%-
HSV(B)8.57º49.22%50.2%-
XYZ12.319.876.26-
YUV89.12114.39155.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=47.94%
G=27.72%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128746500.420.490.508.5732.6437.84
Hex804A4102A313292126
Octal2001121010526162114146
Binary100000001001010100000101010101100011100101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804A41; }

 p { color: rgb(128,74,65); }

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

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

 a { background-color: rgb(128,74,65); }

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

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

 span { border-color: rgb(128,74,65); }

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