#814A38

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

Shades of Nutmeg #814A38

Tints of Nutmeg #814A38

Color information

#814A38 (or 0x814A38) is unknown color: approx Nutmeg. HEX triplet: 81, 4A and 38. RGB value is (129,74,56). Sum of RGB (Red+Green+Blue) = 129+74+56=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #814A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A38 is #7EB5C7. Grayscale: #585858. Windows color (decimal): -8304072 or 3689089. OLE color: 3689089.

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

Color convert

RGB1297456-
CMYK00.430.570.49
HSL14.79º39.46%36.27%-
HSV(B)14.79º56.59%50.59%-
XYZ12.229.855-
YUV88.39109.72156.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.81%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=49.81%
G=28.57%
B=21.62%

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
Decimal129745600.430.570.4914.7939.4636.27
Hex814A3802B3931f2724
Octal201112700537161174744
Binary10000001100101011100001010111110011100011111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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