#83493E

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

Shades of Nutmeg #83493E

Tints of Nutmeg #83493E

Color information

#83493E (or 0x83493E) is unknown color: approx Nutmeg. HEX triplet: 83, 49 and 3E. RGB value is (131,73,62). Sum of RGB (Red+Green+Blue) = 131+73+62=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #83493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83493E is #7CB6C1. Grayscale: #595959. Windows color (decimal): -8173250 or 4082051. OLE color: 4082051.

HSL color Cylindrical-coordinate representation of color #83493E: hue angle of 9.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83493E is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1317362-
CMYK00.440.530.49
HSL9.57º35.75%37.84%-
HSV(B)9.57º52.67%51.37%-
XYZ12.619.945.81-
YUV89.09112.72157.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 62 (24.61% from 255) = 23.31%
R=49.25%
G=27.44%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131736200.440.530.499.5735.7537.84
Hex83493E02C3531a2426
Octal203111760546561124446
Binary10000011100100111111001011001101011100011010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83493E; }

 p { color: rgb(131,73,62); }

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

<style>
 a { background-color: #83493E; }

 a { background-color: rgb(131,73,62); }

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

<style>
 span { border-color: #83493E; }

 span { border-color: rgb(131,73,62); }

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