Html Css Color HEX #814A3D Nutmeg

📋 copy color: '#814A3D'

red 129 ◦ green 74 ◦ blue 61

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

Shades of Nutmeg #814A3D

Tints of Nutmeg #814A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 48.86%
G = 28.03%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#814A3D (or 0x814A3D) is known color: Nutmeg. HEX triplet: 81, 4A and 3D. RGB value is (129,74,61). Sum of RGB (Red+Green+Blue) = 129+74+61=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #814A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A3D is #7EB5C2. Grayscale: #595959. Windows color (decimal): -8304067 or 4016769. OLE color: 4016769.

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

Color convert

RGB 129 74 61 -
CMYK 0 0.43 0.53 0.49
HSL 11.47º 0.36% 0.37% -
HSV(B) 11.47º 0.53% 0.51% -
XYZ 12.34 9.9 5.68 -
YUV 88.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 129 74 61 0 0.43 0.53 0.49 11.47 0.36 0.37
Hex 81 4A 3D 0 2B 35 31 B 24 25
Octal 201 112 75 0 53 65 61 13 44 45
Binary 10000001 1001010 111101 0 101011 110101 110001 1011 100100 100101

Color Harmonies of #814A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A3D

Black with #814A3D

Text Example


Text Example

White with #814A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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