Html Css Color HEX #814940 Nutmeg

📋 copy color: '#814940'

red 129 ◦ green 73 ◦ blue 64

#814940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nutmeg #814940

Tints of Nutmeg #814940

RGB

 RED value IS 129 (50.78% from 255) = 48.5%

 GREEN value IS 73 (28.91% from 255) = 27.44%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 48.5%
G = 27.44%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#814940 (or 0x814940) is known color: Nutmeg. HEX triplet: 81, 49 and 40. RGB value is (129,73,64). Sum of RGB (Red+Green+Blue) = 129+73+64=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #814940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814940 is #7EB6BF. Grayscale: #585858. Windows color (decimal): -8304320 or 4213121. OLE color: 4213121.

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

Color convert

RGB 129 73 64 -
CMYK 0 0.43 0.50 0.49
HSL 8.31º 0.34% 0.38% -
HSV(B) 8.31º 0.5% 0.51% -
XYZ 12.36 9.8 6.09 -
YUV 88.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 129 73 64 0 0.43 0.50 0.49 8.31 0.34 0.38
Hex 81 49 40 0 2B 32 31 8 22 26
Octal 201 111 100 0 53 62 61 10 42 46
Binary 10000001 1001001 1000000 0 101011 110010 110001 1000 100010 100110

Color Harmonies of #814940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814940

Black with #814940

Text Example


Text Example

White with #814940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814940; }

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

 H1.HeaderClassName
 {
   color: #814940;
 }
 .AnyTagClassName
 {
   color: #814940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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