#80483C

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

Shades of Nutmeg #80483C

Tints of Nutmeg #80483C

Color information

#80483C (or 0x80483C) is unknown color: approx Nutmeg. HEX triplet: 80, 48 and 3C. RGB value is (128,72,60). Sum of RGB (Red+Green+Blue) = 128+72+60=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80483C is #7FB7C3. Grayscale: #575757. Windows color (decimal): -8370116 or 3950720. OLE color: 3950720.

HSL color Cylindrical-coordinate representation of color #80483C: hue angle of 10.59º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80483C is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1287260-
CMYK00.440.530.50
HSL10.59º36.17%36.86%-
HSV(B)10.59º53.12%50.2%-
XYZ12.049.555.48-
YUV87.38112.55156.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.23%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=49.23%
G=27.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128726000.440.530.5010.5936.1736.86
Hex80483C02C3532b2425
Octal200110740546562134445
Binary10000000100100011110001011001101011100101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80483C; }

 p { color: rgb(128,72,60); }

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

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

 a { background-color: rgb(128,72,60); }

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

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

 span { border-color: rgb(128,72,60); }

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