#814E3D

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

Shades of Nutmeg #814E3D

Tints of Nutmeg #814E3D

Color information

#814E3D (or 0x814E3D) is unknown color: approx Nutmeg. HEX triplet: 81, 4E and 3D. RGB value is (129,78,61). Sum of RGB (Red+Green+Blue) = 129+78+61=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #814E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E3D is #7EB1C2. Grayscale: #5B5B5B. Windows color (decimal): -8303043 or 4017793. OLE color: 4017793.

HSL color Cylindrical-coordinate representation of color #814E3D: hue angle of 15º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #814E3D is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1297861-
CMYK00.400.530.49
HSL15º35.79%37.25%-
HSV(B)15º52.71%50.59%-
XYZ12.6210.455.77-
YUV91.31110.9154.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=48.13%
G=29.10%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129786100.400.530.491535.7937.25
Hex814E3D0283531f2425
Octal201116750506561174445
Binary10000001100111011110101010001101011100011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,78,61); }

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

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

 a { background-color: rgb(129,78,61); }

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

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

 span { border-color: rgb(129,78,61); }

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