Html Css Color HEX #824939 Nutmeg

📋 copy color: '#824939'

red 130 ◦ green 73 ◦ blue 57

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

Shades of Nutmeg #824939

Tints of Nutmeg #824939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

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

R = 50%
G = 28.08%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#824939 (or 0x824939) is known color: Nutmeg. HEX triplet: 82, 49 and 39. RGB value is (130,73,57). Sum of RGB (Red+Green+Blue) = 130+73+57=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #824939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824939 is #7DB6C6. Grayscale: #585858. Windows color (decimal): -8238791 or 3754370. OLE color: 3754370.

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

Color convert

RGB 130 73 57 -
CMYK 0 0.44 0.56 0.49
HSL 13.15º 0.39% 0.37% -
HSV(B) 13.15º 0.56% 0.51% -
XYZ 12.33 9.81 5.11 -
YUV 88.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 130 73 57 0 0.44 0.56 0.49 13.15 0.39 0.37
Hex 82 49 39 0 2C 38 31 D 27 25
Octal 202 111 71 0 54 70 61 15 47 45
Binary 10000010 1001001 111001 0 101100 111000 110001 1101 100111 100101

Color Harmonies of #824939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824939

Black with #824939

Text Example


Text Example

White with #824939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824939; }

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

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

background-color css

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

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

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

border-color css

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

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

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