#824B39

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

Shades of Nutmeg #824B39

Tints of Nutmeg #824B39

Color information

#824B39 (or 0x824B39) is unknown color: approx Nutmeg. HEX triplet: 82, 4B and 39. RGB value is (130,75,57). Sum of RGB (Red+Green+Blue) = 130+75+57=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #824B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B39 is #7DB4C6. Grayscale: #595959. Windows color (decimal): -8238279 or 3754882. OLE color: 3754882.

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

Color convert

RGB1307557-
CMYK00.420.560.49
HSL14.79º39.04%36.67%-
HSV(B)14.79º56.15%50.98%-
XYZ12.4610.075.16-
YUV89.39109.72156.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 57 (22.66% from 255) = 21.76%
R=49.62%
G=28.63%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130755700.420.560.4914.7939.0436.67
Hex824B3902A3831f2725
Octal202113710527061174745
Binary10000010100101111100101010101110001100011111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,75,57); }

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

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

 a { background-color: rgb(130,75,57); }

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

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

 span { border-color: rgb(130,75,57); }

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