#784B41

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

Shades of Nutmeg #784B41

Tints of Nutmeg #784B41

Color information

#784B41 (or 0x784B41) is unknown color: approx Nutmeg. HEX triplet: 78, 4B and 41. RGB value is (120,75,65). Sum of RGB (Red+Green+Blue) = 120+75+65=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #784B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784B41 is #87B4BE. Grayscale: #575757. Windows color (decimal): -8893631 or 4279160. OLE color: 4279160.

HSL color Cylindrical-coordinate representation of color #784B41: hue angle of 10.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784B41 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1207565-
CMYK00.370.460.53
HSL10.91º29.73%36.27%-
HSV(B)10.91º45.83%47.06%-
XYZ11.229.416.23-
YUV87.32115.41151.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 65 (25.78% from 255) = 25%
R=46.15%
G=28.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120756500.370.460.5310.9129.7336.27
Hex784B410252E35b1e24
Octal1701131010455665133644
Binary1111000100101110000010100101101110110101101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784B41; }

 p { color: rgb(120,75,65); }

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

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

 a { background-color: rgb(120,75,65); }

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

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

 span { border-color: rgb(120,75,65); }

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