#804B38

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

Shades of Nutmeg #804B38

Tints of Nutmeg #804B38

Color information

#804B38 (or 0x804B38) is unknown color: approx Nutmeg. HEX triplet: 80, 4B and 38. RGB value is (128,75,56). Sum of RGB (Red+Green+Blue) = 128+75+56=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #804B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B38 is #7FB4C7. Grayscale: #585858. Windows color (decimal): -8369352 or 3689344. OLE color: 3689344.

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

Color convert

RGB1287556-
CMYK00.410.560.50
HSL15.83º39.13%36.08%-
HSV(B)15.83º56.25%50.2%-
XYZ12.139.915.01-
YUV88.68109.56156.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.42%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=49.42%
G=28.96%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128755600.410.560.5015.8339.1336.08
Hex804B380293832102724
Octal200113700517062204744
Binary100000001001011111000010100111100011001010000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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