#754C3E

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

Shades of Nutmeg #754C3E

Tints of Nutmeg #754C3E

Color information

#754C3E (or 0x754C3E) is unknown color: approx Nutmeg. HEX triplet: 75, 4C and 3E. RGB value is (117,76,62). Sum of RGB (Red+Green+Blue) = 117+76+62=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #754C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C3E is #8AB3C1. Grayscale: #565656. Windows color (decimal): -9089986 or 4082805. OLE color: 4082805.

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

Color convert

RGB1177662-
CMYK00.350.470.54
HSL15.27º30.73%35.1%-
HSV(B)15.27º47.01%45.88%-
XYZ10.799.35.78-
YUV86.66114.08149.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=45.88%
G=29.80%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117766200.350.470.5415.2730.7335.1
Hex754C3E0232F36f1f23
Octal165114760435766173743
Binary111010110011001111100100011101111110110111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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