#755047

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

Shades of Nutmeg #755047

Tints of Nutmeg #755047

Color information

#755047 (or 0x755047) is unknown color: approx Nutmeg. HEX triplet: 75, 50 and 47. RGB value is (117,80,71). Sum of RGB (Red+Green+Blue) = 117+80+71=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755047 is #8AAFB8. Grayscale: #5A5A5A. Windows color (decimal): -9088953 or 4673653. OLE color: 4673653.

HSL color Cylindrical-coordinate representation of color #755047: hue angle of 11.74º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755047 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1178071-
CMYK00.320.390.54
HSL11.74º24.47%36.86%-
HSV(B)11.74º39.32%45.88%-
XYZ11.349.977.29-
YUV90.04117.26147.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=43.66%
G=29.85%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117807100.320.390.5411.7424.4736.86
Hex7550470202736c1825
Octal1651201070404766143045
Binary1110101101000010001110100000100111110110110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755047; }

 p { color: rgb(117,80,71); }

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

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

 a { background-color: rgb(117,80,71); }

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

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

 span { border-color: rgb(117,80,71); }

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