#82493F

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

Shades of Nutmeg #82493F

Tints of Nutmeg #82493F

Color information

#82493F (or 0x82493F) is unknown color: approx Nutmeg. HEX triplet: 82, 49 and 3F. RGB value is (130,73,63). Sum of RGB (Red+Green+Blue) = 130+73+63=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #82493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82493F is #7DB6C0. Grayscale: #595959. Windows color (decimal): -8238785 or 4147586. OLE color: 4147586.

HSL color Cylindrical-coordinate representation of color #82493F: hue angle of 8.96º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82493F is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1307363-
CMYK00.440.520.49
HSL8.96º34.72%37.84%-
HSV(B)8.96º51.54%50.98%-
XYZ12.499.875.95-
YUV88.9113.38157.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 63 (25% from 255) = 23.68%
R=48.87%
G=27.44%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130736300.440.520.498.9634.7237.84
Hex82493F02C343192326
Octal202111770546461114346
Binary10000010100100111111101011001101001100011001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,73,63); }

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

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

 a { background-color: rgb(130,73,63); }

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

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

 span { border-color: rgb(130,73,63); }

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