#754F46

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

Shades of Nutmeg #754F46

Tints of Nutmeg #754F46

Color information

#754F46 (or 0x754F46) is unknown color: approx Nutmeg. HEX triplet: 75, 4F and 46. RGB value is (117,79,70). Sum of RGB (Red+Green+Blue) = 117+79+70=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #754F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F46 is #8AB0B9. Grayscale: #595959. Windows color (decimal): -9089210 or 4607861. OLE color: 4607861.

HSL color Cylindrical-coordinate representation of color #754F46: hue angle of 11.49º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754F46 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1177970-
CMYK00.320.400.54
HSL11.49º25.13%36.67%-
HSV(B)11.49º40.17%45.88%-
XYZ11.249.827.1-
YUV89.34117.09147.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=43.98%
G=29.70%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117797000.320.400.5411.4925.1336.67
Hex754F460202836b1925
Octal1651171060405066133145
Binary1110101100111110001100100000101000110110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754F46; }

 p { color: rgb(117,79,70); }

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

<style>
 a { background-color: #754F46; }

 a { background-color: rgb(117,79,70); }

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

<style>
 span { border-color: #754F46; }

 span { border-color: rgb(117,79,70); }

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