#754A3D

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

Shades of Nutmeg #754A3D

Tints of Nutmeg #754A3D

Color information

#754A3D (or 0x754A3D) is unknown color: approx Nutmeg. HEX triplet: 75, 4A and 3D. RGB value is (117,74,61). Sum of RGB (Red+Green+Blue) = 117+74+61=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #754A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A3D is #8AB5C2. Grayscale: #555555. Windows color (decimal): -9090499 or 4016757. OLE color: 4016757.

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

Color convert

RGB1177461-
CMYK00.370.480.54
HSL13.93º31.46%34.9%-
HSV(B)13.93º47.86%45.88%-
XYZ10.639.025.6-
YUV85.38114.25150.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=46.43%
G=29.37%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117746100.370.480.5413.9331.4634.9
Hex754A3D0253036e1f23
Octal165112750456066163743
Binary111010110010101111010100101110000110110111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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