Html Css Color HEX #814937 Nutmeg

📋 copy color: '#814937'

red 129 ◦ green 73 ◦ blue 55

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

Shades of Nutmeg #814937

Tints of Nutmeg #814937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 50.19%
G = 28.4%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#814937 (or 0x814937) is known color: Nutmeg. HEX triplet: 81, 49 and 37. RGB value is (129,73,55). Sum of RGB (Red+Green+Blue) = 129+73+55=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #814937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814937 is #7EB6C8. Grayscale: #575757. Windows color (decimal): -8304329 or 3623297. OLE color: 3623297.

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

Color convert

RGB 129 73 55 -
CMYK 0 0.43 0.57 0.49
HSL 14.59º 0.4% 0.36% -
HSV(B) 14.59º 0.57% 0.51% -
XYZ 12.13 9.71 4.85 -
YUV 87.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 129 73 55 0 0.43 0.57 0.49 14.59 0.4 0.36
Hex 81 49 37 0 2B 39 31 F 28 24
Octal 201 111 67 0 53 71 61 17 50 44
Binary 10000001 1001001 110111 0 101011 111001 110001 1111 101000 100100

Color Harmonies of #814937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814937

Black with #814937

Text Example


Text Example

White with #814937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814937; }

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

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

background-color css

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

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

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

border-color css

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

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

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