#816850

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

Shades of Roman Coffee #816850

Tints of Roman Coffee #816850

Color information

#816850 (or 0x816850) is unknown color: approx Roman Coffee. HEX triplet: 81, 68 and 50. RGB value is (129,104,80). Sum of RGB (Red+Green+Blue) = 129+104+80=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #816850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816850 is #7E97AF. Grayscale: #6C6C6C. Windows color (decimal): -8296368 or 5269633. OLE color: 5269633.

HSL color Cylindrical-coordinate representation of color #816850: hue angle of 29.39º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #816850 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB12910480-
CMYK00.190.380.49
HSL29.39º23.44%40.98%-
HSV(B)29.39º37.98%50.59%-
XYZ15.4515.159.7-
YUV108.74111.78142.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=41.21%
G=33.23%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291048000.190.380.4929.3923.4440.98
Hex81685001326311d1729
Octal2011501200234661352751
Binary10000001110100010100000100111001101100011110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816850; }

 p { color: rgb(129,104,80); }

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

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

 a { background-color: rgb(129,104,80); }

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

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

 span { border-color: rgb(129,104,80); }

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