#83483B

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

Shades of Nutmeg #83483B

Tints of Nutmeg #83483B

Color information

#83483B (or 0x83483B) is unknown color: approx Nutmeg. HEX triplet: 83, 48 and 3B. RGB value is (131,72,59). Sum of RGB (Red+Green+Blue) = 131+72+59=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83483B is #7CB7C4. Grayscale: #585858. Windows color (decimal): -8173509 or 3885187. OLE color: 3885187.

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

Color convert

RGB1317259-
CMYK00.450.550.49
HSL10.83º37.89%37.25%-
HSV(B)10.83º54.96%51.37%-
XYZ12.479.785.37-
YUV88.16111.55158.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 59 (23.44% from 255) = 22.52%
R=50%
G=27.48%
B=22.52%

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
Decimal131725900.450.550.4910.8337.8937.25
Hex83483B02D3731b2625
Octal203110730556761134645
Binary10000011100100011101101011011101111100011011100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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