Html Css Color HEX #824839 Nutmeg

📋 copy color: '#824839'

red 130 ◦ green 72 ◦ blue 57

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

Shades of Nutmeg #824839

Tints of Nutmeg #824839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.01%

R = 50.19%
G = 27.8%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#824839 (or 0x824839) is known color: Nutmeg. HEX triplet: 82, 48 and 39. RGB value is (130,72,57). Sum of RGB (Red+Green+Blue) = 130+72+57=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #824839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824839 is #7DB7C6. Grayscale: #575757. Windows color (decimal): -8239047 or 3754114. OLE color: 3754114.

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

Color convert

RGB 130 72 57 -
CMYK 0 0.45 0.56 0.49
HSL 12.33º 0.39% 0.37% -
HSV(B) 12.33º 0.56% 0.51% -
XYZ 12.26 9.68 5.09 -
YUV 87.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 130 72 57 0 0.45 0.56 0.49 12.33 0.39 0.37
Hex 82 48 39 0 2D 38 31 C 27 25
Octal 202 110 71 0 55 70 61 14 47 45
Binary 10000010 1001000 111001 0 101101 111000 110001 1100 100111 100101

Color Harmonies of #824839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824839

Black with #824839

Text Example


Text Example

White with #824839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824839; }

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

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

background-color css

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

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

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

border-color css

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

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

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