#814B40

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

Shades of Nutmeg #814B40

Tints of Nutmeg #814B40

Color information

#814B40 (or 0x814B40) is unknown color: approx Nutmeg. HEX triplet: 81, 4B and 40. RGB value is (129,75,64). Sum of RGB (Red+Green+Blue) = 129+75+64=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #814B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B40 is #7EB4BF. Grayscale: #595959. Windows color (decimal): -8303808 or 4213633. OLE color: 4213633.

HSL color Cylindrical-coordinate representation of color #814B40: hue angle of 10.15º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814B40 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1297564-
CMYK00.420.500.49
HSL10.15º33.68%37.84%-
HSV(B)10.15º50.39%50.59%-
XYZ12.4910.076.14-
YUV89.89113.39155.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=48.13%
G=27.99%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129756400.420.500.4910.1533.6837.84
Hex814B4002A3231a2226
Octal2011131000526261124246
Binary100000011001011100000001010101100101100011010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,75,64); }

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

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

 a { background-color: rgb(129,75,64); }

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

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

 span { border-color: rgb(129,75,64); }

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