#754F44

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

Shades of Nutmeg #754F44

Tints of Nutmeg #754F44

Color information

#754F44 (or 0x754F44) is unknown color: approx Nutmeg. HEX triplet: 75, 4F and 44. RGB value is (117,79,68). Sum of RGB (Red+Green+Blue) = 117+79+68=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #754F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F44 is #8AB0BB. Grayscale: #595959. Windows color (decimal): -9089212 or 4476789. OLE color: 4476789.

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

Color convert

RGB1177968-
CMYK00.320.420.54
HSL13.47º26.49%36.27%-
HSV(B)13.47º41.88%45.88%-
XYZ11.189.796.77-
YUV89.11116.09147.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=44.32%
G=29.92%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117796800.320.420.5413.4726.4936.27
Hex754F440202A36d1a24
Octal1651171040405266153244
Binary1110101100111110001000100000101010110110110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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