#82483F

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

Shades of Nutmeg #82483F

Tints of Nutmeg #82483F

Color information

#82483F (or 0x82483F) is unknown color: approx Nutmeg. HEX triplet: 82, 48 and 3F. RGB value is (130,72,63). Sum of RGB (Red+Green+Blue) = 130+72+63=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #82483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82483F is #7DB7C0. Grayscale: #585858. Windows color (decimal): -8239041 or 4147330. OLE color: 4147330.

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

Color convert

RGB1307263-
CMYK00.450.520.49
HSL8.06º34.72%37.84%-
HSV(B)8.06º51.54%50.98%-
XYZ12.429.745.93-
YUV88.32113.72157.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 63 (25% from 255) = 23.77%
R=49.06%
G=27.17%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130726300.450.520.498.0634.7237.84
Hex82483F02D343182326
Octal202110770556461104346
Binary10000010100100011111101011011101001100011000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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