#7C483B

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

Shades of Nutmeg #7C483B

Tints of Nutmeg #7C483B

Color information

#7C483B (or 0x7C483B) is unknown color: approx Nutmeg. HEX triplet: 7C, 48 and 3B. RGB value is (124,72,59). Sum of RGB (Red+Green+Blue) = 124+72+59=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C483B is #83B7C4. Grayscale: #565656. Windows color (decimal): -8632261 or 3885180. OLE color: 3885180.

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

Color convert

RGB1247259-
CMYK00.420.520.51
HSL12º35.52%35.88%-
HSV(B)12º52.42%48.63%-
XYZ11.429.245.32-
YUV86.07112.73155.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.63%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=48.63%
G=28.24%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124725900.420.520.511235.5235.88
Hex7C483B02A3433c2424
Octal174110730526463144444
Binary1111100100100011101101010101101001100111100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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