#824737

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

Shades of Nutmeg #824737

Tints of Nutmeg #824737

Color information

#824737 (or 0x824737) is unknown color: approx Nutmeg. HEX triplet: 82, 47 and 37. RGB value is (130,71,55). Sum of RGB (Red+Green+Blue) = 130+71+55=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #824737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824737 is #7DB8C8. Grayscale: #565656. Windows color (decimal): -8239305 or 3622786. OLE color: 3622786.

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

Color convert

RGB1307155-
CMYK00.450.580.49
HSL12.8º40.54%36.27%-
HSV(B)12.8º57.69%50.98%-
XYZ12.159.534.81-
YUV86.82110.05158.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 55 (21.88% from 255) = 21.48%
R=50.78%
G=27.73%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130715500.450.580.4912.840.5436.27
Hex82473702D3A31d2924
Octal202107670557261155144
Binary10000010100011111011101011011110101100011101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824737; }

 p { color: rgb(130,71,55); }

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

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

 a { background-color: rgb(130,71,55); }

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

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

 span { border-color: rgb(130,71,55); }

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