#764A3D

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

Shades of Nutmeg #764A3D

Tints of Nutmeg #764A3D

Color information

#764A3D (or 0x764A3D) is unknown color: approx Nutmeg. HEX triplet: 76, 4A and 3D. RGB value is (118,74,61). Sum of RGB (Red+Green+Blue) = 118+74+61=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #764A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A3D is #89B5C2. Grayscale: #555555. Windows color (decimal): -9024963 or 4016758. OLE color: 4016758.

HSL color Cylindrical-coordinate representation of color #764A3D: hue angle of 13.68º degrees, saturation: 0.32, 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 #764A3D is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB1187461-
CMYK00.370.480.54
HSL13.68º31.84%35.1%-
HSV(B)13.68º48.31%46.27%-
XYZ10.769.095.6-
YUV85.67114.08151.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=46.64%
G=29.25%
B=24.11%

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
Decimal118746100.370.480.5413.6831.8435.1
Hex764A3D0253036e2023
Octal166112750456066164043
Binary1110110100101011110101001011100001101101110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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