#804938

Color #804938 Nutmeg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nutmeg #804938

Tints of Nutmeg #804938

Color information

#804938 (or 0x804938) is unknown color: approx Nutmeg. HEX triplet: 80, 49 and 38. RGB value is (128,73,56). Sum of RGB (Red+Green+Blue) = 128+73+56=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #804938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804938 is #7FB6C7. Grayscale: #575757. Windows color (decimal): -8369864 or 3688832. OLE color: 3688832.

HSL color Cylindrical-coordinate representation of color #804938: hue angle of 14.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #804938 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB1287356-
CMYK00.430.560.50
HSL14.17º39.13%36.08%-
HSV(B)14.17º56.25%50.2%-
XYZ129.644.97-
YUV87.51110.22156.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.81%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=49.81%
G=28.40%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128735600.430.560.5014.1739.1336.08
Hex80493802B3832e2724
Octal200111700537062164744
Binary10000000100100111100001010111110001100101110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804938; }

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

 H1.HeaderClassName
 {
   color: #804938;
 }
 .AnyTagClassName
 {
   color: #804938;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #804938;
 }
 .BgClassName
 {
   background-color: #804938;
 }
</style>
border-color css

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

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

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