Html Css Color HEX #824A39 Nutmeg

📋 copy color: '#824A39'

red 130 ◦ green 74 ◦ blue 57

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

Shades of Nutmeg #824A39

Tints of Nutmeg #824A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

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

R = 49.81%
G = 28.35%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#824A39 (or 0x824A39) is known color: Nutmeg. HEX triplet: 82, 4A and 39. RGB value is (130,74,57). Sum of RGB (Red+Green+Blue) = 130+74+57=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #824A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A39 is #7DB5C6. Grayscale: #585858. Windows color (decimal): -8238535 or 3754626. OLE color: 3754626.

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

Color convert

RGB 130 74 57 -
CMYK 0 0.43 0.56 0.49
HSL 13.97º 0.39% 0.37% -
HSV(B) 13.97º 0.56% 0.51% -
XYZ 12.39 9.94 5.14 -
YUV 88.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 130 74 57 0 0.43 0.56 0.49 13.97 0.39 0.37
Hex 82 4A 39 0 2B 38 31 E 27 25
Octal 202 112 71 0 53 70 61 16 47 45
Binary 10000010 1001010 111001 0 101011 111000 110001 1110 100111 100101

Color Harmonies of #824A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A39

Black with #824A39

Text Example


Text Example

White with #824A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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