#82473B

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

Shades of Nutmeg #82473B

Tints of Nutmeg #82473B

Color information

#82473B (or 0x82473B) is unknown color: approx Nutmeg. HEX triplet: 82, 47 and 3B. RGB value is (130,71,59). Sum of RGB (Red+Green+Blue) = 130+71+59=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82473B is #7DB8C4. Grayscale: #575757. Windows color (decimal): -8239301 or 3884930. OLE color: 3884930.

HSL color Cylindrical-coordinate representation of color #82473B: hue angle of 10.14º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82473B is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1307159-
CMYK00.450.550.49
HSL10.14º37.57%37.06%-
HSV(B)10.14º54.62%50.98%-
XYZ12.259.575.34-
YUV87.27112.05158.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=50%
G=27.31%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130715900.450.550.4910.1437.5737.06
Hex82473B02D3731a2625
Octal202107730556761124645
Binary10000010100011111101101011011101111100011010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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