Html Css Color HEX #824738 Nutmeg

📋 copy color: '#824738'

red 130 ◦ green 71 ◦ blue 56

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

Shades of Nutmeg #824738

Tints of Nutmeg #824738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 50.58%
G = 27.63%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#824738 (or 0x824738) is known color: Nutmeg. HEX triplet: 82, 47 and 38. RGB value is (130,71,56). Sum of RGB (Red+Green+Blue) = 130+71+56=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #824738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824738 is #7DB8C7. Grayscale: #575757. Windows color (decimal): -8239304 or 3688322. OLE color: 3688322.

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

Color convert

RGB 130 71 56 -
CMYK 0 0.45 0.57 0.49
HSL 12.16º 0.4% 0.36% -
HSV(B) 12.16º 0.57% 0.51% -
XYZ 12.17 9.54 4.94 -
YUV 86.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 130 71 56 0 0.45 0.57 0.49 12.16 0.4 0.36
Hex 82 47 38 0 2D 39 31 C 28 24
Octal 202 107 70 0 55 71 61 14 50 44
Binary 10000010 1000111 111000 0 101101 111001 110001 1100 101000 100100

Color Harmonies of #824738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824738

Black with #824738

Text Example


Text Example

White with #824738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824738; }

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

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

background-color css

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

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

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

border-color css

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

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

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