#824C3B

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

Shades of Nutmeg #824C3B

Tints of Nutmeg #824C3B

Color information

#824C3B (or 0x824C3B) is unknown color: approx Nutmeg. HEX triplet: 82, 4C and 3B. RGB value is (130,76,59). Sum of RGB (Red+Green+Blue) = 130+76+59=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #824C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C3B is #7DB3C4. Grayscale: #5A5A5A. Windows color (decimal): -8238021 or 3886210. OLE color: 3886210.

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

Color convert

RGB1307659-
CMYK00.420.550.49
HSL14.37º37.57%37.06%-
HSV(B)14.37º54.62%50.98%-
XYZ12.5810.235.45-
YUV90.21110.39156.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 76 (30.08% from 255) = 28.68%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=49.06%
G=28.68%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130765900.420.550.4914.3737.5737.06
Hex824C3B02A3731e2625
Octal202114730526761164645
Binary10000010100110011101101010101101111100011110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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