#824B3E

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

Shades of Nutmeg #824B3E

Tints of Nutmeg #824B3E

Color information

#824B3E (or 0x824B3E) is unknown color: approx Nutmeg. HEX triplet: 82, 4B and 3E. RGB value is (130,75,62). Sum of RGB (Red+Green+Blue) = 130+75+62=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B3E is #7DB4C1. Grayscale: #5A5A5A. Windows color (decimal): -8238274 or 4082562. OLE color: 4082562.

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

Color convert

RGB1307562-
CMYK00.420.520.49
HSL11.47º35.42%37.65%-
HSV(B)11.47º52.31%50.98%-
XYZ12.5910.135.85-
YUV89.96112.22156.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 75 (29.69% from 255) = 28.09%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=48.69%
G=28.09%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130756200.420.520.4911.4735.4237.65
Hex824B3E02A3431b2326
Octal202113760526461134346
Binary10000010100101111111001010101101001100011011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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