#754E41

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

Shades of Nutmeg #754E41

Tints of Nutmeg #754E41

Color information

#754E41 (or 0x754E41) is unknown color: approx Nutmeg. HEX triplet: 75, 4E and 41. RGB value is (117,78,65). Sum of RGB (Red+Green+Blue) = 117+78+65=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #754E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E41 is #8AB1BE. Grayscale: #585858. Windows color (decimal): -9089471 or 4279925. OLE color: 4279925.

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

Color convert

RGB1177865-
CMYK00.330.440.54
HSL15º28.57%35.69%-
HSV(B)15º44.44%45.88%-
XYZ11.019.616.28-
YUV88.18114.92148.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 65 (25.78% from 255) = 25%
R=45%
G=30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117786500.330.440.541528.5735.69
Hex754E410212C36f1d24
Octal1651161010415466173544
Binary1110101100111010000010100001101100110110111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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