#814A40

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

Shades of Nutmeg #814A40

Tints of Nutmeg #814A40

Color information

#814A40 (or 0x814A40) is unknown color: approx Nutmeg. HEX triplet: 81, 4A and 40. RGB value is (129,74,64). Sum of RGB (Red+Green+Blue) = 129+74+64=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #814A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A40 is #7EB5BF. Grayscale: #595959. Windows color (decimal): -8304064 or 4213377. OLE color: 4213377.

HSL color Cylindrical-coordinate representation of color #814A40: hue angle of 9.23º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814A40 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1297464-
CMYK00.430.500.49
HSL9.23º33.68%37.84%-
HSV(B)9.23º50.39%50.59%-
XYZ12.439.936.11-
YUV89.3113.72156.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=48.31%
G=27.72%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129746400.430.500.499.2333.6837.84
Hex814A4002B323192226
Octal2011121000536261114246
Binary100000011001010100000001010111100101100011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814A40; }

 p { color: rgb(129,74,64); }

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

<style>
 a { background-color: #814A40; }

 a { background-color: rgb(129,74,64); }

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

<style>
 span { border-color: #814A40; }

 span { border-color: rgb(129,74,64); }

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