#84493A

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

Shades of Nutmeg #84493A

Tints of Nutmeg #84493A

Color information

#84493A (or 0x84493A) is unknown color: approx Nutmeg. HEX triplet: 84, 49 and 3A. RGB value is (132,73,58). Sum of RGB (Red+Green+Blue) = 132+73+58=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84493A is #7BB6C5. Grayscale: #595959. Windows color (decimal): -8107718 or 3819908. OLE color: 3819908.

HSL color Cylindrical-coordinate representation of color #84493A: hue angle of 12.16º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84493A is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1327358-
CMYK00.450.560.48
HSL12.16º38.95%37.25%-
HSV(B)12.16º56.06%51.76%-
XYZ12.669.985.26-
YUV88.93110.55158.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.19%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=50.19%
G=27.76%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132735800.450.560.4812.1638.9537.25
Hex84493A02D3830c2725
Octal204111720557060144745
Binary10000100100100111101001011011110001100001100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84493A; }

 p { color: rgb(132,73,58); }

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

<style>
 a { background-color: #84493A; }

 a { background-color: rgb(132,73,58); }

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

<style>
 span { border-color: #84493A; }

 span { border-color: rgb(132,73,58); }

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