Html Css Color HEX #80644D Roman Coffee

📋 copy color: '#80644D'

red 128 ◦ green 100 ◦ blue 77

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

Shades of Roman Coffee #80644D

Tints of Roman Coffee #80644D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 41.97%
G = 32.79%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80644D (or 0x80644D) is known color: Roman Coffee. HEX triplet: 80, 64 and 4D. RGB value is (128,100,77). Sum of RGB (Red+Green+Blue) = 128+100+77=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #80644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80644D is #7F9BB2. Grayscale: #696969. Windows color (decimal): -8362931 or 5072000. OLE color: 5072000.

HSL color Cylindrical-coordinate representation of color #80644D: hue angle of 27.06º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80644D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 100 77 -
CMYK 0 0.22 0.40 0.50
HSL 27.06º 0.25% 0.4% -
HSV(B) 27.06º 0.4% 0.5% -
XYZ 14.8 14.24 8.99 -
YUV 105.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 128 100 77 0 0.22 0.40 0.50 27.06 0.25 0.4
Hex 80 64 4D 0 16 28 32 1B 19 28
Octal 200 144 115 0 26 50 62 33 31 50
Binary 10000000 1100100 1001101 0 10110 101000 110010 11011 11001 101000

Color Harmonies of #80644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80644D

Black with #80644D

Text Example


Text Example

White with #80644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80644D; }

 p { color: rgb(128,100,77); }

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

background-color css

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

 a { background-color: rgb(128,100,77); }

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

border-color css

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

 span { border-color: rgb(128,100,77); }

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