Html Css Color HEX #814A42 Nutmeg

📋 copy color: '#814A42'

red 129 ◦ green 74 ◦ blue 66

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

Shades of Nutmeg #814A42

Tints of Nutmeg #814A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.51%

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 47.96%
G = 27.51%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#814A42 (or 0x814A42) is known color: Nutmeg. HEX triplet: 81, 4A and 42. RGB value is (129,74,66). Sum of RGB (Red+Green+Blue) = 129+74+66=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #814A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A42 is #7EB5BD. Grayscale: #595959. Windows color (decimal): -8304062 or 4344449. OLE color: 4344449.

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

Color convert

RGB 129 74 66 -
CMYK 0 0.43 0.49 0.49
HSL 7.62º 0.32% 0.38% -
HSV(B) 7.62º 0.49% 0.51% -
XYZ 12.49 9.96 6.42 -
YUV 89.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 129 74 66 0 0.43 0.49 0.49 7.62 0.32 0.38
Hex 81 4A 42 0 2B 31 31 8 20 26
Octal 201 112 102 0 53 61 61 10 40 46
Binary 10000001 1001010 1000010 0 101011 110001 110001 1000 100000 100110

Color Harmonies of #814A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A42

Black with #814A42

Text Example


Text Example

White with #814A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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