#80674D

Color #80674D Roman Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman Coffee #80674D

Tints of Roman Coffee #80674D

Color information

#80674D (or 0x80674D) is unknown color: approx Roman Coffee. HEX triplet: 80, 67 and 4D. RGB value is (128,103,77). Sum of RGB (Red+Green+Blue) = 128+103+77=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80674D is #7F98B2. Grayscale: #6B6B6B. Windows color (decimal): -8362163 or 5072768. OLE color: 5072768.

HSL color Cylindrical-coordinate representation of color #80674D: hue angle of 30.59º 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 #80674D is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB12810377-
CMYK00.200.400.50
HSL30.59º24.88%40.2%-
HSV(B)30.59º39.84%50.2%-
XYZ15.0914.839.09-
YUV107.51110.78142.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.56%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 77 (30.47% from 255) = 25%
R=41.56%
G=33.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281037700.200.400.5030.5924.8840.2
Hex80674D01428321f1928
Octal2001471150245062373150
Binary10000000110011110011010101001010001100101111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80674D;
 }
 .AnyTagClassName
 {
   color: #80674D;
 }
</style>
background-color css

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

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

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

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

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

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