#814B3F

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

Shades of Nutmeg #814B3F

Tints of Nutmeg #814B3F

Color information

#814B3F (or 0x814B3F) is unknown color: approx Nutmeg. HEX triplet: 81, 4B and 3F. RGB value is (129,75,63). Sum of RGB (Red+Green+Blue) = 129+75+63=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #814B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B3F is #7EB4C0. Grayscale: #595959. Windows color (decimal): -8303809 or 4148097. OLE color: 4148097.

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

Color convert

RGB1297563-
CMYK00.420.510.49
HSL10.91º34.38%37.65%-
HSV(B)10.91º51.16%50.59%-
XYZ12.4710.065.99-
YUV89.78112.89155.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 75 (29.69% from 255) = 28.09%
BLUE value IS 63 (25% from 255) = 23.60%
R=48.31%
G=28.09%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129756300.420.510.4910.9134.3837.65
Hex814B3F02A3331b2226
Octal201113770526361134246
Binary10000001100101111111101010101100111100011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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