#84483A

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

Shades of Nutmeg #84483A

Tints of Nutmeg #84483A

Color information

#84483A (or 0x84483A) is unknown color: approx Nutmeg. HEX triplet: 84, 48 and 3A. RGB value is (132,72,58). Sum of RGB (Red+Green+Blue) = 132+72+58=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84483A is #7BB7C5. Grayscale: #585858. Windows color (decimal): -8107974 or 3819652. OLE color: 3819652.

HSL color Cylindrical-coordinate representation of color #84483A: hue angle of 11.35º 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 #84483A is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1327258-
CMYK00.450.560.48
HSL11.35º38.95%37.25%-
HSV(B)11.35º56.06%51.76%-
XYZ12.69.855.24-
YUV88.34110.88159.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 58 (23.05% from 255) = 22.14%
R=50.38%
G=27.48%
B=22.14%

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
Decimal132725800.450.560.4811.3538.9537.25
Hex84483A02D3830b2725
Octal204110720557060134745
Binary10000100100100011101001011011110001100001011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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