#82493E

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

Shades of Nutmeg #82493E

Tints of Nutmeg #82493E

Color information

#82493E (or 0x82493E) is unknown color: approx Nutmeg. HEX triplet: 82, 49 and 3E. RGB value is (130,73,62). Sum of RGB (Red+Green+Blue) = 130+73+62=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #82493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82493E is #7DB6C1. Grayscale: #585858. Windows color (decimal): -8238786 or 4082050. OLE color: 4082050.

HSL color Cylindrical-coordinate representation of color #82493E: hue angle of 9.71º 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 #82493E is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1307362-
CMYK00.440.520.49
HSL9.71º35.42%37.65%-
HSV(B)9.71º52.31%50.98%-
XYZ12.469.865.8-
YUV88.79112.88157.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=49.06%
G=27.55%
B=23.40%

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
Decimal130736200.440.520.499.7135.4237.65
Hex82493E02C3431a2326
Octal202111760546461124346
Binary10000010100100111111001011001101001100011010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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