Html Css Color HEX #814639 Nutmeg

📋 copy color: '#814639'

red 129 ◦ green 70 ◦ blue 57

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

Shades of Nutmeg #814639

Tints of Nutmeg #814639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.27%

R = 50.39%
G = 27.34%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#814639 (or 0x814639) is known color: Nutmeg. HEX triplet: 81, 46 and 39. RGB value is (129,70,57). Sum of RGB (Red+Green+Blue) = 129+70+57=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #814639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814639 is #7EB9C6. Grayscale: #565656. Windows color (decimal): -8305095 or 3753601. OLE color: 3753601.

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

Color convert

RGB 129 70 57 -
CMYK 0 0.46 0.56 0.49
HSL 10.83º 0.39% 0.36% -
HSV(B) 10.83º 0.56% 0.51% -
XYZ 11.98 9.34 5.04 -
YUV 86.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 129 70 57 0 0.46 0.56 0.49 10.83 0.39 0.36
Hex 81 46 39 0 2E 38 31 B 27 24
Octal 201 106 71 0 56 70 61 13 47 44
Binary 10000001 1000110 111001 0 101110 111000 110001 1011 100111 100100

Color Harmonies of #814639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814639

Black with #814639

Text Example


Text Example

White with #814639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814639; }

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

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

background-color css

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

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

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

border-color css

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

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

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