#7C4838

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

Shades of Nutmeg #7C4838

Tints of Nutmeg #7C4838

Color information

#7C4838 (or 0x7C4838) is unknown color: approx Nutmeg. HEX triplet: 7C, 48 and 38. RGB value is (124,72,56). Sum of RGB (Red+Green+Blue) = 124+72+56=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4838 is #83B7C7. Grayscale: #555555. Windows color (decimal): -8632264 or 3688572. OLE color: 3688572.

HSL color Cylindrical-coordinate representation of color #7C4838: hue angle of 14.12º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4838 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB1247256-
CMYK00.420.550.51
HSL14.12º37.78%35.29%-
HSV(B)14.12º54.84%48.63%-
XYZ11.349.214.92-
YUV85.72111.23155.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.21%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 56 (22.27% from 255) = 22.22%
R=49.21%
G=28.57%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124725600.420.550.5114.1237.7835.29
Hex7C483802A3733e2623
Octal174110700526763164643
Binary1111100100100011100001010101101111100111110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,72,56); }

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

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

 a { background-color: rgb(124,72,56); }

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

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

 span { border-color: rgb(124,72,56); }

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