#82473C

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

Shades of Nutmeg #82473C

Tints of Nutmeg #82473C

Color information

#82473C (or 0x82473C) is unknown color: approx Nutmeg. HEX triplet: 82, 47 and 3C. RGB value is (130,71,60). Sum of RGB (Red+Green+Blue) = 130+71+60=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82473C is #7DB8C3. Grayscale: #575757. Windows color (decimal): -8239300 or 3950466. OLE color: 3950466.

HSL color Cylindrical-coordinate representation of color #82473C: hue angle of 9.43º 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 #82473C is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1307160-
CMYK00.450.540.49
HSL9.43º36.84%37.25%-
HSV(B)9.43º53.85%50.98%-
XYZ12.279.585.48-
YUV87.39112.55158.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=49.81%
G=27.20%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130716000.450.540.499.4336.8437.25
Hex82473C02D363192525
Octal202107740556661114545
Binary10000010100011111110001011011101101100011001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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