Html Css Color HEX #804C39 Nutmeg

📋 copy color: '#804C39'

red 128 ◦ green 76 ◦ blue 57

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

Shades of Nutmeg #804C39

Tints of Nutmeg #804C39

RGB

 RED value IS 128 (50.39% from 255) = 49.04%

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

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

R = 49.04%
G = 29.12%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#804C39 (or 0x804C39) is known color: Nutmeg. HEX triplet: 80, 4C and 39. RGB value is (128,76,57). Sum of RGB (Red+Green+Blue) = 128+76+57=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #804C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C39 is #7FB3C6. Grayscale: #595959. Windows color (decimal): -8369095 or 3755136. OLE color: 3755136.

HSL color Cylindrical-coordinate representation of color #804C39: hue angle of 16.06º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804C39 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 76 57 -
CMYK 0 0.41 0.55 0.50
HSL 16.06º 0.38% 0.36% -
HSV(B) 16.06º 0.55% 0.5% -
XYZ 12.23 10.05 5.17 -
YUV 89.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 128 76 57 0 0.41 0.55 0.50 16.06 0.38 0.36
Hex 80 4C 39 0 29 37 32 10 26 24
Octal 200 114 71 0 51 67 62 20 46 44
Binary 10000000 1001100 111001 0 101001 110111 110010 10000 100110 100100

Color Harmonies of #804C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804C39

Black with #804C39

Text Example


Text Example

White with #804C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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