Html Css Color HEX #824C3D Nutmeg

📋 copy color: '#824C3D'

red 130 ◦ green 76 ◦ blue 61

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

Shades of Nutmeg #824C3D

Tints of Nutmeg #824C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

 BLUE value IS 61 (24.22% from 255) = 22.85%

R = 48.69%
G = 28.46%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#824C3D (or 0x824C3D) is known color: Nutmeg. HEX triplet: 82, 4C and 3D. RGB value is (130,76,61). Sum of RGB (Red+Green+Blue) = 130+76+61=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C3D is #7DB3C2. Grayscale: #5A5A5A. Windows color (decimal): -8238019 or 4017282. OLE color: 4017282.

HSL color Cylindrical-coordinate representation of color #824C3D: hue angle of 13.04º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #824C3D is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 61 -
CMYK 0 0.42 0.53 0.49
HSL 13.04º 0.36% 0.37% -
HSV(B) 13.04º 0.53% 0.51% -
XYZ 12.63 10.25 5.73 -
YUV 90.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 130 76 61 0 0.42 0.53 0.49 13.04 0.36 0.37
Hex 82 4C 3D 0 2A 35 31 D 24 25
Octal 202 114 75 0 52 65 61 15 44 45
Binary 10000010 1001100 111101 0 101010 110101 110001 1101 100100 100101

Color Harmonies of #824C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C3D

Black with #824C3D

Text Example


Text Example

White with #824C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,76,61); }

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

background-color css

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

 a { background-color: rgb(130,76,61); }

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

border-color css

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

 span { border-color: rgb(130,76,61); }

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