Html Css Color HEX #804A3D Nutmeg

📋 copy color: '#804A3D'

red 128 ◦ green 74 ◦ blue 61

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

Shades of Nutmeg #804A3D

Tints of Nutmeg #804A3D

RGB

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

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

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

R = 48.67%
G = 28.14%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#804A3D (or 0x804A3D) is known color: Nutmeg. HEX triplet: 80, 4A and 3D. RGB value is (128,74,61). Sum of RGB (Red+Green+Blue) = 128+74+61=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #804A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A3D is #7FB5C2. Grayscale: #585858. Windows color (decimal): -8369603 or 4016768. OLE color: 4016768.

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

Color convert

RGB 128 74 61 -
CMYK 0 0.42 0.52 0.50
HSL 11.64º 0.35% 0.37% -
HSV(B) 11.64º 0.52% 0.5% -
XYZ 12.19 9.82 5.67 -
YUV 88.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 128 74 61 0 0.42 0.52 0.50 11.64 0.35 0.37
Hex 80 4A 3D 0 2A 34 32 C 23 25
Octal 200 112 75 0 52 64 62 14 43 45
Binary 10000000 1001010 111101 0 101010 110100 110010 1100 100011 100101

Color Harmonies of #804A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A3D

Black with #804A3D

Text Example


Text Example

White with #804A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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