#7F4B3C

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

Shades of Nutmeg #7F4B3C

Tints of Nutmeg #7F4B3C

Color information

#7F4B3C (or 0x7F4B3C) is unknown color: approx Nutmeg. HEX triplet: 7F, 4B and 3C. RGB value is (127,75,60). Sum of RGB (Red+Green+Blue) = 127+75+60=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4B3C is #80B4C3. Grayscale: #585858. Windows color (decimal): -8434884 or 3951487. OLE color: 3951487.

HSL color Cylindrical-coordinate representation of color #7F4B3C: hue angle of 13.43º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F4B3C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1277560-
CMYK00.410.530.50
HSL13.43º35.83%36.67%-
HSV(B)13.43º52.76%49.8%-
XYZ12.089.875.54-
YUV88.84111.73155.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=48.47%
G=28.63%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127756000.410.530.5013.4335.8336.67
Hex7F4B3C0293532d2425
Octal177113740516562154445
Binary1111111100101111110001010011101011100101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,75,60); }

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

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

 a { background-color: rgb(127,75,60); }

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

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

 span { border-color: rgb(127,75,60); }

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