Html Css Color HEX #814C39 Nutmeg

📋 copy color: '#814C39'

red 129 ◦ green 76 ◦ blue 57

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

Shades of Nutmeg #814C39

Tints of Nutmeg #814C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

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

R = 49.24%
G = 29.01%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#814C39 (or 0x814C39) is known color: Nutmeg. HEX triplet: 81, 4C and 39. RGB value is (129,76,57). Sum of RGB (Red+Green+Blue) = 129+76+57=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #814C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C39 is #7EB3C6. Grayscale: #595959. Windows color (decimal): -8303559 or 3755137. OLE color: 3755137.

HSL color Cylindrical-coordinate representation of color #814C39: hue angle of 15.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 #814C39 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 76 57 -
CMYK 0 0.41 0.56 0.49
HSL 15.83º 0.39% 0.36% -
HSV(B) 15.83º 0.56% 0.51% -
XYZ 12.38 10.13 5.17 -
YUV 89.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 129 76 57 0 0.41 0.56 0.49 15.83 0.39 0.36
Hex 81 4C 39 0 29 38 31 10 27 24
Octal 201 114 71 0 51 70 61 20 47 44
Binary 10000001 1001100 111001 0 101001 111000 110001 10000 100111 100100

Color Harmonies of #814C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C39

Black with #814C39

Text Example


Text Example

White with #814C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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