#754F43

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

Shades of Nutmeg #754F43

Tints of Nutmeg #754F43

Color information

#754F43 (or 0x754F43) is unknown color: approx Nutmeg. HEX triplet: 75, 4F and 43. RGB value is (117,79,67). Sum of RGB (Red+Green+Blue) = 117+79+67=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #754F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F43 is #8AB0BC. Grayscale: #595959. Windows color (decimal): -9089213 or 4411253. OLE color: 4411253.

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

Color convert

RGB1177967-
CMYK00.320.430.54
HSL14.4º27.17%36.08%-
HSV(B)14.4º42.74%45.88%-
XYZ11.159.786.61-
YUV88.99115.59147.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=44.49%
G=30.04%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117796700.320.430.5414.427.1736.08
Hex754F430202B36e1b24
Octal1651171030405366163344
Binary1110101100111110000110100000101011110110111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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