#80463A

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

Shades of Nutmeg #80463A

Tints of Nutmeg #80463A

Color information

#80463A (or 0x80463A) is unknown color: approx Nutmeg. HEX triplet: 80, 46 and 3A. RGB value is (128,70,58). Sum of RGB (Red+Green+Blue) = 128+70+58=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80463A is #7FB9C5. Grayscale: #565656. Windows color (decimal): -8370630 or 3819136. OLE color: 3819136.

HSL color Cylindrical-coordinate representation of color #80463A: hue angle of 10.29º 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 #80463A is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1287058-
CMYK00.450.550.50
HSL10.29º37.63%36.47%-
HSV(B)10.29º54.69%50.2%-
XYZ11.869.285.17-
YUV85.97112.22157.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=50%
G=27.34%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128705800.450.550.5010.2937.6336.47
Hex80463A02D3732a2624
Octal200106720556762124644
Binary10000000100011011101001011011101111100101010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80463A; }

 p { color: rgb(128,70,58); }

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

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

 a { background-color: rgb(128,70,58); }

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

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

 span { border-color: rgb(128,70,58); }

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