#754c3f

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

Shades of Nutmeg #754C3F

Tints of Nutmeg #754C3F

Color information

#754C3F (or 0x754C3F) is unknown color: approx Nutmeg. HEX triplet: 75, 4C and 3F. RGB value is (117,76,63). Sum of RGB (Red+Green+Blue) = 117+76+63=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #754C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C3F is #8AB3C0. Grayscale: #565656. Windows color (decimal): -9089985 or 4148341. OLE color: 4148341.

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

Color convert

RGB1177663-
CMYK00.350.460.54
HSL14.44º30%35.29%-
HSV(B)14.44º46.15%45.88%-
XYZ10.829.315.93-
YUV86.78114.58149.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 63 (25% from 255) = 24.61%
R=45.70%
G=29.69%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117766300.350.460.5414.443035.29
Hex754C3F0232E36e1e23
Octal165114770435666163643
Binary111010110011001111110100011101110110110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754c3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,76,63); }

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

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

 a { background-color: rgb(117,76,63); }

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

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

 span { border-color: rgb(117,76,63); }

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