#82483B

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

Shades of Nutmeg #82483B

Tints of Nutmeg #82483B

Color information

#82483B (or 0x82483B) is unknown color: approx Nutmeg. HEX triplet: 82, 48 and 3B. RGB value is (130,72,59). Sum of RGB (Red+Green+Blue) = 130+72+59=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82483B is #7DB7C4. Grayscale: #575757. Windows color (decimal): -8239045 or 3885186. OLE color: 3885186.

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

Color convert

RGB1307259-
CMYK00.450.550.49
HSL10.99º37.57%37.06%-
HSV(B)10.99º54.62%50.98%-
XYZ12.319.75.36-
YUV87.86111.72158.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=49.81%
G=27.59%
B=22.61%

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
Decimal130725900.450.550.4910.9937.5737.06
Hex82483B02D3731b2625
Octal202110730556761134645
Binary10000010100100011101101011011101111100011011100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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