#754A3E

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

Shades of Nutmeg #754A3E

Tints of Nutmeg #754A3E

Color information

#754A3E (or 0x754A3E) is unknown color: approx Nutmeg. HEX triplet: 75, 4A and 3E. RGB value is (117,74,62). Sum of RGB (Red+Green+Blue) = 117+74+62=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A3E is #8AB5C1. Grayscale: #555555. Windows color (decimal): -9090498 or 4082293. OLE color: 4082293.

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

Color convert

RGB1177462-
CMYK00.370.470.54
HSL13.09º30.73%35.1%-
HSV(B)13.09º47.01%45.88%-
XYZ10.659.035.74-
YUV85.49114.75150.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=46.25%
G=29.25%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117746200.370.470.5413.0930.7335.1
Hex754A3E0252F36d1f23
Octal165112760455766153743
Binary111010110010101111100100101101111110110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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