Html Css Color HEX #804D3E Nutmeg

📋 copy color: '#804D3E'

red 128 ◦ green 77 ◦ blue 62

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

Shades of Nutmeg #804D3E

Tints of Nutmeg #804D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.22%

R = 47.94%
G = 28.84%
B = 23.22%

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

#804D3E (or 0x804D3E) is known color: Nutmeg. HEX triplet: 80, 4D and 3E. RGB value is (128,77,62). Sum of RGB (Red+Green+Blue) = 128+77+62=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #804D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D3E is #7FB2C1. Grayscale: #5A5A5A. Windows color (decimal): -8368834 or 4083072. OLE color: 4083072.

HSL color Cylindrical-coordinate representation of color #804D3E: hue angle of 13.64º 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 #804D3E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 77 62 -
CMYK 0 0.40 0.52 0.50
HSL 13.64º 0.35% 0.37% -
HSV(B) 13.64º 0.52% 0.5% -
XYZ 12.43 10.24 5.88 -
YUV 90.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 128 77 62 0 0.40 0.52 0.50 13.64 0.35 0.37
Hex 80 4D 3E 0 28 34 32 E 23 25
Octal 200 115 76 0 50 64 62 16 43 45
Binary 10000000 1001101 111110 0 101000 110100 110010 1110 100011 100101

Color Harmonies of #804D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D3E

Black with #804D3E

Text Example


Text Example

White with #804D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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