#824938

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

Shades of Nutmeg #824938

Tints of Nutmeg #824938

Color information

#824938 (or 0x824938) is unknown color: approx Nutmeg. HEX triplet: 82, 49 and 38. RGB value is (130,73,56). Sum of RGB (Red+Green+Blue) = 130+73+56=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #824938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824938 is #7DB6C7. Grayscale: #585858. Windows color (decimal): -8238792 or 3688834. OLE color: 3688834.

HSL color Cylindrical-coordinate representation of color #824938: hue angle of 13.78º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #824938 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1307356-
CMYK00.440.570.49
HSL13.78º39.78%36.47%-
HSV(B)13.78º56.92%50.98%-
XYZ12.39.84.98-
YUV88.1109.88157.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=50.19%
G=28.19%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130735600.440.570.4913.7839.7836.47
Hex82493802C3931e2824
Octal202111700547161165044
Binary10000010100100111100001011001110011100011110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824938; }

 p { color: rgb(130,73,56); }

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

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

 a { background-color: rgb(130,73,56); }

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

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

 span { border-color: rgb(130,73,56); }

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