Html Css Color HEX #80473D Nutmeg

📋 copy color: '#80473D'

red 128 ◦ green 71 ◦ blue 61

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

Shades of Nutmeg #80473D

Tints of Nutmeg #80473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

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

R = 49.23%
G = 27.31%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80473D (or 0x80473D) is known color: Nutmeg. HEX triplet: 80, 47 and 3D. RGB value is (128,71,61). Sum of RGB (Red+Green+Blue) = 128+71+61=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80473D is #7FB8C2. Grayscale: #565656. Windows color (decimal): -8370371 or 4016000. OLE color: 4016000.

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

Color convert

RGB 128 71 61 -
CMYK 0 0.45 0.52 0.50
HSL 8.96º 0.35% 0.37% -
HSV(B) 8.96º 0.52% 0.5% -
XYZ 12 9.43 5.6 -
YUV 86.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 128 71 61 0 0.45 0.52 0.50 8.96 0.35 0.37
Hex 80 47 3D 0 2D 34 32 9 23 25
Octal 200 107 75 0 55 64 62 11 43 45
Binary 10000000 1000111 111101 0 101101 110100 110010 1001 100011 100101

Color Harmonies of #80473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80473D

Black with #80473D

Text Example


Text Example

White with #80473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80473D; }

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

 H1.HeaderClassName
 {
   color: #80473D;
 }
 .AnyTagClassName
 {
   color: #80473D;
 }
</style>

background-color css

<style>
 a { background-color: #80473D; }

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

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

border-color css

<style>
 span { border-color: #80473D; }

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

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