Html Css Color HEX #80473C Nutmeg

📋 copy color: '#80473C'

red 128 ◦ green 71 ◦ blue 60

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

Shades of Nutmeg #80473C

Tints of Nutmeg #80473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 49.42%
G = 27.41%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80473C (or 0x80473C) is known color: Nutmeg. HEX triplet: 80, 47 and 3C. RGB value is (128,71,60). Sum of RGB (Red+Green+Blue) = 128+71+60=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80473C is #7FB8C3. Grayscale: #565656. Windows color (decimal): -8370372 or 3950464. OLE color: 3950464.

HSL color Cylindrical-coordinate representation of color #80473C: hue angle of 9.71º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80473C is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 60 -
CMYK 0 0.45 0.53 0.50
HSL 9.71º 0.36% 0.37% -
HSV(B) 9.71º 0.53% 0.5% -
XYZ 11.97 9.42 5.46 -
YUV 86.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 128 71 60 0 0.45 0.53 0.50 9.71 0.36 0.37
Hex 80 47 3C 0 2D 35 32 A 24 25
Octal 200 107 74 0 55 65 62 12 44 45
Binary 10000000 1000111 111100 0 101101 110101 110010 1010 100100 100101

Color Harmonies of #80473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80473C

Black with #80473C

Text Example


Text Example

White with #80473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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