#814737

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

Shades of Nutmeg #814737

Tints of Nutmeg #814737

Color information

#814737 (or 0x814737) is unknown color: approx Nutmeg. HEX triplet: 81, 47 and 37. RGB value is (129,71,55). Sum of RGB (Red+Green+Blue) = 129+71+55=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #814737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814737 is #7EB8C8. Grayscale: #565656. Windows color (decimal): -8304841 or 3622785. OLE color: 3622785.

HSL color Cylindrical-coordinate representation of color #814737: hue angle of 12.97º 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 #814737 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1297155-
CMYK00.450.570.49
HSL12.97º40.22%36.08%-
HSV(B)12.97º57.36%50.59%-
XYZ129.454.81-
YUV86.52110.22158.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.59%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 55 (21.88% from 255) = 21.57%
R=50.59%
G=27.84%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129715500.450.570.4912.9740.2236.08
Hex81473702D3931d2824
Octal201107670557161155044
Binary10000001100011111011101011011110011100011101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814737; }

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

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

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

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

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

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

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

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