#7B4938

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

Shades of Nutmeg #7B4938

Tints of Nutmeg #7B4938

Color information

#7B4938 (or 0x7B4938) is unknown color: approx Nutmeg. HEX triplet: 7B, 49 and 38. RGB value is (123,73,56). Sum of RGB (Red+Green+Blue) = 123+73+56=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4938 is #84B6C7. Grayscale: #565656. Windows color (decimal): -8697544 or 3688827. OLE color: 3688827.

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

Color convert

RGB1237356-
CMYK00.410.540.52
HSL15.22º37.43%35.1%-
HSV(B)15.22º54.47%48.24%-
XYZ11.269.264.94-
YUV86.01111.06154.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.81%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 56 (22.27% from 255) = 22.22%
R=48.81%
G=28.97%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123735600.410.540.5215.2237.4335.1
Hex7B49380293634f2523
Octal173111700516664174543
Binary1111011100100111100001010011101101101001111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,73,56); }

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

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

 a { background-color: rgb(123,73,56); }

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

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

 span { border-color: rgb(123,73,56); }

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