#814937

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

Shades of Nutmeg #814937

Tints of Nutmeg #814937

Color information

#814937 (or 0x814937) is unknown color: approx Nutmeg. HEX triplet: 81, 49 and 37. RGB value is (129,73,55). Sum of RGB (Red+Green+Blue) = 129+73+55=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #814937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814937 is #7EB6C8. Grayscale: #575757. Windows color (decimal): -8304329 or 3623297. OLE color: 3623297.

HSL color Cylindrical-coordinate representation of color #814937: hue angle of 14.59º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814937 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1297355-
CMYK00.430.570.49
HSL14.59º40.22%36.08%-
HSV(B)14.59º57.36%50.59%-
XYZ12.139.714.85-
YUV87.69109.55157.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=50.19%
G=28.40%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129735500.430.570.4914.5940.2236.08
Hex81493702B3931f2824
Octal201111670537161175044
Binary10000001100100111011101010111110011100011111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814937; }

 p { color: rgb(129,73,55); }

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

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

 a { background-color: rgb(129,73,55); }

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

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

 span { border-color: rgb(129,73,55); }

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