Html Css Color HEX #804D3D Nutmeg

📋 copy color: '#804D3D'

red 128 ◦ green 77 ◦ blue 61

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

Shades of Nutmeg #804D3D

Tints of Nutmeg #804D3D

RGB

 RED value IS 128 (50.39% from 255) = 48.12%

 GREEN value IS 77 (30.47% from 255) = 28.95%

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

R = 48.12%
G = 28.95%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#804D3D (or 0x804D3D) is known color: Nutmeg. HEX triplet: 80, 4D and 3D. RGB value is (128,77,61). Sum of RGB (Red+Green+Blue) = 128+77+61=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #804D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D3D is #7FB2C2. Grayscale: #5A5A5A. Windows color (decimal): -8368835 or 4017536. OLE color: 4017536.

HSL color Cylindrical-coordinate representation of color #804D3D: hue angle of 14.33º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #804D3D is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 77 61 -
CMYK 0 0.40 0.52 0.50
HSL 14.33º 0.35% 0.37% -
HSV(B) 14.33º 0.52% 0.5% -
XYZ 12.4 10.23 5.74 -
YUV 90.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 128 77 61 0 0.40 0.52 0.50 14.33 0.35 0.37
Hex 80 4D 3D 0 28 34 32 E 23 25
Octal 200 115 75 0 50 64 62 16 43 45
Binary 10000000 1001101 111101 0 101000 110100 110010 1110 100011 100101

Color Harmonies of #804D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D3D

Black with #804D3D

Text Example


Text Example

White with #804D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804D3D; }

 p { color: rgb(128,77,61); }

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

background-color css

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

 a { background-color: rgb(128,77,61); }

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

border-color css

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

 span { border-color: rgb(128,77,61); }

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