Html Css Color HEX #814C3C Nutmeg

📋 copy color: '#814C3C'

red 129 ◦ green 76 ◦ blue 60

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

Shades of Nutmeg #814C3C

Tints of Nutmeg #814C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.64%

R = 48.68%
G = 28.68%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#814C3C (or 0x814C3C) is known color: Nutmeg. HEX triplet: 81, 4C and 3C. RGB value is (129,76,60). Sum of RGB (Red+Green+Blue) = 129+76+60=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #814C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C3C is #7EB3C3. Grayscale: #5A5A5A. Windows color (decimal): -8303556 or 3951745. OLE color: 3951745.

HSL color Cylindrical-coordinate representation of color #814C3C: hue angle of 13.91º degrees, saturation: 0.37, 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 #814C3C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 76 60 -
CMYK 0 0.41 0.53 0.49
HSL 13.91º 0.37% 0.37% -
HSV(B) 13.91º 0.53% 0.51% -
XYZ 12.45 10.16 5.58 -
YUV 90.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 129 76 60 0 0.41 0.53 0.49 13.91 0.37 0.37
Hex 81 4C 3C 0 29 35 31 E 25 25
Octal 201 114 74 0 51 65 61 16 45 45
Binary 10000001 1001100 111100 0 101001 110101 110001 1110 100101 100101

Color Harmonies of #814C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C3C

Black with #814C3C

Text Example


Text Example

White with #814C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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