#784C3D

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

Shades of Nutmeg #784C3D

Tints of Nutmeg #784C3D

Color information

#784C3D (or 0x784C3D) is unknown color: approx Nutmeg. HEX triplet: 78, 4C and 3D. RGB value is (120,76,61). Sum of RGB (Red+Green+Blue) = 120+76+61=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #784C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C3D is #87B3C2. Grayscale: #575757. Windows color (decimal): -8893379 or 4017272. OLE color: 4017272.

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

Color convert

RGB1207661-
CMYK00.370.490.53
HSL15.25º32.6%35.49%-
HSV(B)15.25º49.17%47.06%-
XYZ11.179.55.66-
YUV87.45113.08151.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=46.69%
G=29.57%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120766100.370.490.5315.2532.635.49
Hex784C3D0253135f2123
Octal170114750456165174143
Binary1111000100110011110101001011100011101011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,76,61); }

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

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

 a { background-color: rgb(120,76,61); }

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

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

 span { border-color: rgb(120,76,61); }

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