#7B493C

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

Shades of Nutmeg #7B493C

Tints of Nutmeg #7B493C

Color information

#7B493C (or 0x7B493C) is unknown color: approx Nutmeg. HEX triplet: 7B, 49 and 3C. RGB value is (123,73,60). Sum of RGB (Red+Green+Blue) = 123+73+60=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B493C is #84B6C3. Grayscale: #565656. Windows color (decimal): -8697540 or 3950971. OLE color: 3950971.

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

Color convert

RGB1237360-
CMYK00.410.510.52
HSL12.38º34.43%35.88%-
HSV(B)12.38º51.22%48.24%-
XYZ11.379.35.47-
YUV86.47113.06154.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.05%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=48.05%
G=28.52%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123736000.410.510.5212.3834.4335.88
Hex7B493C0293334c2224
Octal173111740516364144244
Binary1111011100100111110001010011100111101001100100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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