Html Css Color HEX #814C40 Nutmeg

📋 copy color: '#814C40'

red 129 ◦ green 76 ◦ blue 64

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

Shades of Nutmeg #814C40

Tints of Nutmeg #814C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.25%

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

R = 47.96%
G = 28.25%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#814C40 (or 0x814C40) is known color: Nutmeg. HEX triplet: 81, 4C and 40. RGB value is (129,76,64). Sum of RGB (Red+Green+Blue) = 129+76+64=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #814C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C40 is #7EB3BF. Grayscale: #5A5A5A. Windows color (decimal): -8303552 or 4213889. OLE color: 4213889.

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

Color convert

RGB 129 76 64 -
CMYK 0 0.41 0.50 0.49
HSL 11.08º 0.34% 0.38% -
HSV(B) 11.08º 0.5% 0.51% -
XYZ 12.56 10.21 6.16 -
YUV 90.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 129 76 64 0 0.41 0.50 0.49 11.08 0.34 0.38
Hex 81 4C 40 0 29 32 31 B 22 26
Octal 201 114 100 0 51 62 61 13 42 46
Binary 10000001 1001100 1000000 0 101001 110010 110001 1011 100010 100110

Color Harmonies of #814C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C40

Black with #814C40

Text Example


Text Example

White with #814C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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