#824638

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

Shades of Nutmeg #824638

Tints of Nutmeg #824638

Color information

#824638 (or 0x824638) is unknown color: approx Nutmeg. HEX triplet: 82, 46 and 38. RGB value is (130,70,56). Sum of RGB (Red+Green+Blue) = 130+70+56=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #824638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824638 is #7DB9C7. Grayscale: #565656. Windows color (decimal): -8239560 or 3688066. OLE color: 3688066.

HSL color Cylindrical-coordinate representation of color #824638: hue angle of 11.35º 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 #824638 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1307056-
CMYK00.460.570.49
HSL11.35º39.78%36.47%-
HSV(B)11.35º56.92%50.98%-
XYZ12.119.414.92-
YUV86.34110.88159.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=50.78%
G=27.34%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130705600.460.570.4911.3539.7836.47
Hex82463802E3931b2824
Octal202106700567161135044
Binary10000010100011011100001011101110011100011011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824638; }

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

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

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

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

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

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

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

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