#804A39

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

Shades of Nutmeg #804A39

Tints of Nutmeg #804A39

Color information

#804A39 (or 0x804A39) is unknown color: approx Nutmeg. HEX triplet: 80, 4A and 39. RGB value is (128,74,57). Sum of RGB (Red+Green+Blue) = 128+74+57=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #804A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A39 is #7FB5C6. Grayscale: #585858. Windows color (decimal): -8369607 or 3754624. OLE color: 3754624.

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

Color convert

RGB1287457-
CMYK00.420.550.50
HSL14.37º38.38%36.27%-
HSV(B)14.37º55.47%50.2%-
XYZ12.099.785.12-
YUV88.21110.39156.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.42%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=49.42%
G=28.57%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128745700.420.550.5014.3738.3836.27
Hex804A3902A3732e2624
Octal200112710526762164644
Binary10000000100101011100101010101101111100101110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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