#824A3C

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

Shades of Nutmeg #824A3C

Tints of Nutmeg #824A3C

Color information

#824A3C (or 0x824A3C) is unknown color: approx Nutmeg. HEX triplet: 82, 4A and 3C. RGB value is (130,74,60). Sum of RGB (Red+Green+Blue) = 130+74+60=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #824A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A3C is #7DB5C3. Grayscale: #595959. Windows color (decimal): -8238532 or 3951234. OLE color: 3951234.

HSL color Cylindrical-coordinate representation of color #824A3C: hue angle of 12º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #824A3C is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1307460-
CMYK00.430.540.49
HSL12º36.84%37.25%-
HSV(B)12º53.85%50.98%-
XYZ12.479.975.54-
YUV89.15111.55157.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 74 (29.30% from 255) = 28.03%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=49.24%
G=28.03%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130746000.430.540.491236.8437.25
Hex824A3C02B3631c2525
Octal202112740536661144545
Binary10000010100101011110001010111101101100011100100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824A3C; }

 p { color: rgb(130,74,60); }

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

<style>
 a { background-color: #824A3C; }

 a { background-color: rgb(130,74,60); }

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

<style>
 span { border-color: #824A3C; }

 span { border-color: rgb(130,74,60); }

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