#824838

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

Shades of Nutmeg #824838

Tints of Nutmeg #824838

Color information

#824838 (or 0x824838) is unknown color: approx Nutmeg. HEX triplet: 82, 48 and 38. RGB value is (130,72,56). Sum of RGB (Red+Green+Blue) = 130+72+56=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #824838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824838 is #7DB7C7. Grayscale: #575757. Windows color (decimal): -8239048 or 3688578. OLE color: 3688578.

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

Color convert

RGB1307256-
CMYK00.450.570.49
HSL12.97º39.78%36.47%-
HSV(B)12.97º56.92%50.98%-
XYZ12.249.674.96-
YUV87.52110.22158.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=50.39%
G=27.91%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130725600.450.570.4912.9739.7836.47
Hex82483802D3931d2824
Octal202110700557161155044
Binary10000010100100011100001011011110011100011101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824838; }

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

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

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

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

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

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

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

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