#764A3A

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

Shades of Nutmeg #764A3A

Tints of Nutmeg #764A3A

Color information

#764A3A (or 0x764A3A) is unknown color: approx Nutmeg. HEX triplet: 76, 4A and 3A. RGB value is (118,74,58). Sum of RGB (Red+Green+Blue) = 118+74+58=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #764A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A3A is #89B5C5. Grayscale: #555555. Windows color (decimal): -9024966 or 3820150. OLE color: 3820150.

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

Color convert

RGB1187458-
CMYK00.370.510.54
HSL16º34.09%34.51%-
HSV(B)16º50.85%46.27%-
XYZ10.689.055.19-
YUV85.33112.58151.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=47.2%
G=29.6%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118745800.370.510.541634.0934.51
Hex764A3A0253336102223
Octal166112720456366204243
Binary11101101001010111010010010111001111011010000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764A3A; }

 p { color: rgb(118,74,58); }

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

<style>
 a { background-color: #764A3A; }

 a { background-color: rgb(118,74,58); }

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

<style>
 span { border-color: #764A3A; }

 span { border-color: rgb(118,74,58); }

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