#814636

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

Shades of Nutmeg #814636

Tints of Nutmeg #814636

Color information

#814636 (or 0x814636) is unknown color: approx Nutmeg. HEX triplet: 81, 46 and 36. RGB value is (129,70,54). Sum of RGB (Red+Green+Blue) = 129+70+54=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #814636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814636 is #7EB9C9. Grayscale: #555555. Windows color (decimal): -8305098 or 3556993. OLE color: 3556993.

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

Color convert

RGB1297054-
CMYK00.460.580.49
HSL12.8º40.98%35.88%-
HSV(B)12.8º58.14%50.59%-
XYZ11.919.314.66-
YUV85.82110.05158.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=50.99%
G=27.67%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129705400.460.580.4912.840.9835.88
Hex81463602E3A31d2924
Octal201106660567261155144
Binary10000001100011011011001011101110101100011101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814636; }

 p { color: rgb(129,70,54); }

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

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

 a { background-color: rgb(129,70,54); }

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

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

 span { border-color: rgb(129,70,54); }

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