#7B4E41

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

Shades of Nutmeg #7B4E41

Tints of Nutmeg #7B4E41

Color information

#7B4E41 (or 0x7B4E41) is unknown color: approx Nutmeg. HEX triplet: 7B, 4E and 41. RGB value is (123,78,65). Sum of RGB (Red+Green+Blue) = 123+78+65=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4E41 is #84B1BE. Grayscale: #5A5A5A. Windows color (decimal): -8696255 or 4279931. OLE color: 4279931.

HSL color Cylindrical-coordinate representation of color #7B4E41: hue angle of 13.45º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B4E41 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB1237865-
CMYK00.370.470.52
HSL13.45º30.85%36.86%-
HSV(B)13.45º47.15%48.24%-
XYZ11.8510.046.31-
YUV89.97113.91151.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.24%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=46.24%
G=29.32%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123786500.370.470.5213.4530.8536.86
Hex7B4E410252F34d1f25
Octal1731161010455764153745
Binary1111011100111010000010100101101111110100110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B4E41; }

 p { color: rgb(123,78,65); }

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

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

 a { background-color: rgb(123,78,65); }

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

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

 span { border-color: rgb(123,78,65); }

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