Html Css Color HEX #804A42 Nutmeg

📋 copy color: '#804A42'

red 128 ◦ green 74 ◦ blue 66

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

Shades of Nutmeg #804A42

Tints of Nutmeg #804A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.63%

R = 47.76%
G = 27.61%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#804A42 (or 0x804A42) is known color: Nutmeg. HEX triplet: 80, 4A and 42. RGB value is (128,74,66). Sum of RGB (Red+Green+Blue) = 128+74+66=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #804A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A42 is #7FB5BD. Grayscale: #595959. Windows color (decimal): -8369598 or 4344448. OLE color: 4344448.

HSL color Cylindrical-coordinate representation of color #804A42: hue angle of 7.74º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804A42 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 74 66 -
CMYK 0 0.42 0.48 0.50
HSL 7.74º 0.32% 0.38% -
HSV(B) 7.74º 0.48% 0.5% -
XYZ 12.33 9.88 6.41 -
YUV 89.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 128 74 66 0 0.42 0.48 0.50 7.74 0.32 0.38
Hex 80 4A 42 0 2A 30 32 8 20 26
Octal 200 112 102 0 52 60 62 10 40 46
Binary 10000000 1001010 1000010 0 101010 110000 110010 1000 100000 100110

Color Harmonies of #804A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A42

Black with #804A42

Text Example


Text Example

White with #804A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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