#7B5043

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

Shades of Nutmeg #7B5043

Tints of Nutmeg #7B5043

Color information

#7B5043 (or 0x7B5043) is unknown color: approx Nutmeg. HEX triplet: 7B, 50 and 43. RGB value is (123,80,67). Sum of RGB (Red+Green+Blue) = 123+80+67=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5043 is #84AFBC. Grayscale: #5B5B5B. Windows color (decimal): -8695741 or 4411515. OLE color: 4411515.

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

Color convert

RGB1238067-
CMYK00.350.460.52
HSL13.93º29.47%37.25%-
HSV(B)13.93º45.53%48.24%-
XYZ12.0510.356.67-
YUV91.38114.25150.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=45.56%
G=29.63%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123806700.350.460.5213.9329.4737.25
Hex7B50430232E34e1d25
Octal1731201030435664163545
Binary1111011101000010000110100011101110110100111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,80,67); }

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

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

 a { background-color: rgb(123,80,67); }

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

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

 span { border-color: rgb(123,80,67); }

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