#754E43

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

Shades of Nutmeg #754E43

Tints of Nutmeg #754E43

Color information

#754E43 (or 0x754E43) is unknown color: approx Nutmeg. HEX triplet: 75, 4E and 43. RGB value is (117,78,67). Sum of RGB (Red+Green+Blue) = 117+78+67=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #754E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E43 is #8AB1BC. Grayscale: #585858. Windows color (decimal): -9089469 or 4410997. OLE color: 4410997.

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

Color convert

RGB1177867-
CMYK00.330.430.54
HSL13.2º27.17%36.08%-
HSV(B)13.2º42.74%45.88%-
XYZ11.079.646.59-
YUV88.41115.92148.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=44.66%
G=29.77%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117786700.330.430.5413.227.1736.08
Hex754E430212B36d1b24
Octal1651161030415366153344
Binary1110101100111010000110100001101011110110110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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