Html Css Color HEX #814636 Nutmeg

📋 copy color: '#814636'

red 129 ◦ green 70 ◦ blue 54

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

Shades of Nutmeg #814636

Tints of Nutmeg #814636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

 BLUE value IS 54 (21.48% from 255) = 21.34%

R = 50.99%
G = 27.67%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#814636 (or 0x814636) is known color: Nutmeg. HEX triplet: 81, 46 and 36. RGB value is (129,70,54). Sum of RGB (Red+Green+Blue) = 129+70+54=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #814636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814636 is #7EB9C9. Grayscale: #555555. Windows color (decimal): -8305098 or 3556993. OLE color: 3556993.

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

Color convert

RGB 129 70 54 -
CMYK 0 0.46 0.58 0.49
HSL 12.8º 0.41% 0.36% -
HSV(B) 12.8º 0.58% 0.51% -
XYZ 11.91 9.31 4.66 -
YUV 85.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 129 70 54 0 0.46 0.58 0.49 12.8 0.41 0.36
Hex 81 46 36 0 2E 3A 31 D 29 24
Octal 201 106 66 0 56 72 61 15 51 44
Binary 10000001 1000110 110110 0 101110 111010 110001 1101 101001 100100

Color Harmonies of #814636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814636

Black with #814636

Text Example


Text Example

White with #814636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814636; }

 p { color: rgb(129,70,54); }

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

background-color css

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

 a { background-color: rgb(129,70,54); }

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

border-color css

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

 span { border-color: rgb(129,70,54); }

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