#814838

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

Shades of Nutmeg #814838

Tints of Nutmeg #814838

Color information

#814838 (or 0x814838) is unknown color: approx Nutmeg. HEX triplet: 81, 48 and 38. RGB value is (129,72,56). Sum of RGB (Red+Green+Blue) = 129+72+56=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #814838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814838 is #7EB7C7. Grayscale: #575757. Windows color (decimal): -8304584 or 3688577. OLE color: 3688577.

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

Color convert

RGB1297256-
CMYK00.440.570.49
HSL13.15º39.46%36.27%-
HSV(B)13.15º56.59%50.59%-
XYZ12.089.594.96-
YUV87.22110.38157.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=50.19%
G=28.02%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129725600.440.570.4913.1539.4636.27
Hex81483802C3931d2724
Octal201110700547161154744
Binary10000001100100011100001011001110011100011101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814838; }

 p { color: rgb(129,72,56); }

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

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

 a { background-color: rgb(129,72,56); }

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

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

 span { border-color: rgb(129,72,56); }

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