#824E3B

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

Shades of Nutmeg #824E3B

Tints of Nutmeg #824E3B

Color information

#824E3B (or 0x824E3B) is unknown color: approx Nutmeg. HEX triplet: 82, 4E and 3B. RGB value is (130,78,59). Sum of RGB (Red+Green+Blue) = 130+78+59=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E3B is #7DB1C4. Grayscale: #5B5B5B. Windows color (decimal): -8237509 or 3886722. OLE color: 3886722.

HSL color Cylindrical-coordinate representation of color #824E3B: hue angle of 16.06º 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 #824E3B is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1307859-
CMYK00.400.550.49
HSL16.06º37.57%37.06%-
HSV(B)16.06º54.62%50.98%-
XYZ12.7210.515.5-
YUV91.38109.73155.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 59 (23.44% from 255) = 22.10%
R=48.69%
G=29.21%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130785900.400.550.4916.0637.5737.06
Hex824E3B0283731102625
Octal202116730506761204645
Binary100000101001110111011010100011011111000110000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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