#804B42

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

Shades of Nutmeg #804B42

Tints of Nutmeg #804B42

Color information

#804B42 (or 0x804B42) is unknown color: approx Nutmeg. HEX triplet: 80, 4B and 42. RGB value is (128,75,66). Sum of RGB (Red+Green+Blue) = 128+75+66=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #804B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B42 is #7FB4BD. Grayscale: #595959. Windows color (decimal): -8369342 or 4344704. OLE color: 4344704.

HSL color Cylindrical-coordinate representation of color #804B42: hue angle of 8.71º 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 #804B42 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB1287566-
CMYK00.410.480.50
HSL8.71º31.96%38.04%-
HSV(B)8.71º48.44%50.2%-
XYZ12.410.016.43-
YUV89.82114.56155.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=47.58%
G=27.88%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128756600.410.480.508.7131.9638.04
Hex804B42029303292026
Octal2001131020516062114046
Binary100000001001011100001001010011100001100101001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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