#754E46

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

Shades of Nutmeg #754E46

Tints of Nutmeg #754E46

Color information

#754E46 (or 0x754E46) is unknown color: approx Nutmeg. HEX triplet: 75, 4E and 46. RGB value is (117,78,70). Sum of RGB (Red+Green+Blue) = 117+78+70=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #754E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E46 is #8AB1B9. Grayscale: #585858. Windows color (decimal): -9089466 or 4607605. OLE color: 4607605.

HSL color Cylindrical-coordinate representation of color #754E46: hue angle of 10.21º 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 #754E46 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1177870-
CMYK00.330.400.54
HSL10.21º25.13%36.67%-
HSV(B)10.21º40.17%45.88%-
XYZ11.179.677.07-
YUV88.75117.42148.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=44.15%
G=29.43%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117787000.330.400.5410.2125.1336.67
Hex754E460212836a1925
Octal1651161060415066123145
Binary1110101100111010001100100001101000110110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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