#754F45

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

Shades of Nutmeg #754F45

Tints of Nutmeg #754F45

Color information

#754F45 (or 0x754F45) is unknown color: approx Nutmeg. HEX triplet: 75, 4F and 45. RGB value is (117,79,69). Sum of RGB (Red+Green+Blue) = 117+79+69=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #754F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F45 is #8AB0BA. Grayscale: #595959. Windows color (decimal): -9089211 or 4542325. OLE color: 4542325.

HSL color Cylindrical-coordinate representation of color #754F45: hue angle of 12.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754F45 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1177969-
CMYK00.320.410.54
HSL12.5º25.81%36.47%-
HSV(B)12.5º41.03%45.88%-
XYZ11.219.86.93-
YUV89.22116.59147.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=44.15%
G=29.81%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117796900.320.410.5412.525.8136.47
Hex754F450202936d1a24
Octal1651171050405166153244
Binary1110101100111110001010100000101001110110110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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