#84473E

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

Shades of Nutmeg #84473E

Tints of Nutmeg #84473E

Color information

#84473E (or 0x84473E) is unknown color: approx Nutmeg. HEX triplet: 84, 47 and 3E. RGB value is (132,71,62). Sum of RGB (Red+Green+Blue) = 132+71+62=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84473E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84473E is #7BB8C1. Grayscale: #585858. Windows color (decimal): -8108226 or 4081540. OLE color: 4081540.

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

Color convert

RGB1327162-
CMYK00.460.530.48
HSL7.71º36.08%38.04%-
HSV(B)7.71º53.03%51.76%-
XYZ12.649.765.78-
YUV88.21113.21159.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=49.81%
G=26.79%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132716200.460.530.487.7136.0838.04
Hex84473E02E353082426
Octal204107760566560104446
Binary10000100100011111111001011101101011100001000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,71,62); }

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

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

 a { background-color: rgb(132,71,62); }

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

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

 span { border-color: rgb(132,71,62); }

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