#734C40

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

Shades of Nutmeg #734C40

Tints of Nutmeg #734C40

Color information

#734C40 (or 0x734C40) is unknown color: approx Nutmeg. HEX triplet: 73, 4C and 40. RGB value is (115,76,64). Sum of RGB (Red+Green+Blue) = 115+76+64=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #734C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C40 is #8CB3BF. Grayscale: #565656. Windows color (decimal): -9221056 or 4213875. OLE color: 4213875.

HSL color Cylindrical-coordinate representation of color #734C40: hue angle of 14.12º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #734C40 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1157664-
CMYK00.340.440.55
HSL14.12º28.49%35.1%-
HSV(B)14.12º44.35%45.1%-
XYZ10.589.186.07-
YUV86.29115.42148.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 64 (25.39% from 255) = 25.10%
R=45.10%
G=29.80%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115766400.340.440.5514.1228.4935.1
Hex734C400222C37e1c23
Octal1631141000425467163443
Binary1110011100110010000000100010101100110111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734C40; }

 p { color: rgb(115,76,64); }

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

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

 a { background-color: rgb(115,76,64); }

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

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

 span { border-color: rgb(115,76,64); }

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