#804D3E

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

Shades of Nutmeg #804D3E

Tints of Nutmeg #804D3E

Color information

#804D3E (or 0x804D3E) is unknown color: approx Nutmeg. HEX triplet: 80, 4D and 3E. RGB value is (128,77,62). Sum of RGB (Red+Green+Blue) = 128+77+62=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #804D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D3E is #7FB2C1. Grayscale: #5A5A5A. Windows color (decimal): -8368834 or 4083072. OLE color: 4083072.

HSL color Cylindrical-coordinate representation of color #804D3E: hue angle of 13.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #804D3E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1287762-
CMYK00.400.520.50
HSL13.64º34.74%37.25%-
HSV(B)13.64º51.56%50.2%-
XYZ12.4310.245.88-
YUV90.54111.9154.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=47.94%
G=28.84%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128776200.400.520.5013.6434.7437.25
Hex804D3E0283432e2325
Octal200115760506462164345
Binary10000000100110111111001010001101001100101110100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,77,62); }

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

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

 a { background-color: rgb(128,77,62); }

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

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

 span { border-color: rgb(128,77,62); }

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