Html Css Color HEX #80493F Nutmeg

📋 copy color: '#80493F'

red 128 ◦ green 73 ◦ blue 63

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

Shades of Nutmeg #80493F

Tints of Nutmeg #80493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

 BLUE value IS 63 (25% from 255) = 23.86%

R = 48.48%
G = 27.65%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80493F (or 0x80493F) is known color: Nutmeg. HEX triplet: 80, 49 and 3F. RGB value is (128,73,63). Sum of RGB (Red+Green+Blue) = 128+73+63=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #80493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80493F is #7FB6C0. Grayscale: #585858. Windows color (decimal): -8369857 or 4147584. OLE color: 4147584.

HSL color Cylindrical-coordinate representation of color #80493F: hue angle of 9.23º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80493F is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 63 -
CMYK 0 0.43 0.51 0.50
HSL 9.23º 0.34% 0.37% -
HSV(B) 9.23º 0.51% 0.5% -
XYZ 12.18 9.71 5.94 -
YUV 88.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 128 73 63 0 0.43 0.51 0.50 9.23 0.34 0.37
Hex 80 49 3F 0 2B 33 32 9 22 25
Octal 200 111 77 0 53 63 62 11 42 45
Binary 10000000 1001001 111111 0 101011 110011 110010 1001 100010 100101

Color Harmonies of #80493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80493F

Black with #80493F

Text Example


Text Example

White with #80493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80493F; }

 p { color: rgb(128,73,63); }

 H1.HeaderClassName
 {
   color: #80493F;
 }
 .AnyTagClassName
 {
   color: #80493F;
 }
</style>

background-color css

<style>
 a { background-color: #80493F; }

 a { background-color: rgb(128,73,63); }

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

border-color css

<style>
 span { border-color: #80493F; }

 span { border-color: rgb(128,73,63); }

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