#80483F

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

Shades of Nutmeg #80483F

Tints of Nutmeg #80483F

Color information

#80483F (or 0x80483F) is unknown color: approx Nutmeg. HEX triplet: 80, 48 and 3F. RGB value is (128,72,63). Sum of RGB (Red+Green+Blue) = 128+72+63=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #80483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80483F is #7FB7C0. Grayscale: #575757. Windows color (decimal): -8370113 or 4147328. OLE color: 4147328.

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

Color convert

RGB1287263-
CMYK00.440.510.50
HSL8.31º34.03%37.45%-
HSV(B)8.31º50.78%50.2%-
XYZ12.129.585.91-
YUV87.72114.05156.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.67%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 63 (25% from 255) = 23.95%
R=48.67%
G=27.38%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128726300.440.510.508.3134.0337.45
Hex80483F02C333282225
Octal200110770546362104245
Binary10000000100100011111101011001100111100101000100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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