#824C3D

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

Shades of Nutmeg #824C3D

Tints of Nutmeg #824C3D

Color information

#824C3D (or 0x824C3D) is unknown color: approx Nutmeg. HEX triplet: 82, 4C and 3D. RGB value is (130,76,61). Sum of RGB (Red+Green+Blue) = 130+76+61=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C3D is #7DB3C2. Grayscale: #5A5A5A. Windows color (decimal): -8238019 or 4017282. OLE color: 4017282.

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

Color convert

RGB1307661-
CMYK00.420.530.49
HSL13.04º36.13%37.45%-
HSV(B)13.04º53.08%50.98%-
XYZ12.6310.255.73-
YUV90.44111.39156.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 76 (30.08% from 255) = 28.46%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=48.69%
G=28.46%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130766100.420.530.4913.0436.1337.45
Hex824C3D02A3531d2425
Octal202114750526561154445
Binary10000010100110011110101010101101011100011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,76,61); }

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

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

 a { background-color: rgb(130,76,61); }

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

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

 span { border-color: rgb(130,76,61); }

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