#82493C

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

Shades of Nutmeg #82493C

Tints of Nutmeg #82493C

Color information

#82493C (or 0x82493C) is unknown color: approx Nutmeg. HEX triplet: 82, 49 and 3C. RGB value is (130,73,60). Sum of RGB (Red+Green+Blue) = 130+73+60=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82493C is #7DB6C3. Grayscale: #585858. Windows color (decimal): -8238788 or 3950978. OLE color: 3950978.

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

Color convert

RGB1307360-
CMYK00.440.540.49
HSL11.14º36.84%37.25%-
HSV(B)11.14º53.85%50.98%-
XYZ12.49.845.52-
YUV88.56111.88157.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=49.43%
G=27.76%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130736000.440.540.4911.1436.8437.25
Hex82493C02C3631b2525
Octal202111740546661134545
Binary10000010100100111110001011001101101100011011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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