Html Css Color HEX #824840 Nutmeg

📋 copy color: '#824840'

red 130 ◦ green 72 ◦ blue 64

#824840
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nutmeg #824840

Tints of Nutmeg #824840

RGB

 RED value IS 130 (51.17% from 255) = 48.87%

 GREEN value IS 72 (28.52% from 255) = 27.07%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 48.87%
G = 27.07%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#824840 (or 0x824840) is known color: Nutmeg. HEX triplet: 82, 48 and 40. RGB value is (130,72,64). Sum of RGB (Red+Green+Blue) = 130+72+64=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #824840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824840 is #7DB7BF. Grayscale: #585858. Windows color (decimal): -8239040 or 4212866. OLE color: 4212866.

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

Color convert

RGB 130 72 64 -
CMYK 0 0.45 0.51 0.49
HSL 7.27º 0.34% 0.38% -
HSV(B) 7.27º 0.51% 0.51% -
XYZ 12.45 9.75 6.08 -
YUV 88.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 130 72 64 0 0.45 0.51 0.49 7.27 0.34 0.38
Hex 82 48 40 0 2D 33 31 7 22 26
Octal 202 110 100 0 55 63 61 7 42 46
Binary 10000010 1001000 1000000 0 101101 110011 110001 111 100010 100110

Color Harmonies of #824840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824840

Black with #824840

Text Example


Text Example

White with #824840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824840; }

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

 H1.HeaderClassName
 {
   color: #824840;
 }
 .AnyTagClassName
 {
   color: #824840;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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