#816350

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

Shades of Roman Coffee #816350

Tints of Roman Coffee #816350

Color information

#816350 (or 0x816350) is unknown color: approx Roman Coffee. HEX triplet: 81, 63 and 50. RGB value is (129,99,80). Sum of RGB (Red+Green+Blue) = 129+99+80=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #816350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816350 is #7E9CAF. Grayscale: #696969. Windows color (decimal): -8297648 or 5268353. OLE color: 5268353.

HSL color Cylindrical-coordinate representation of color #816350: hue angle of 23.27º 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 #816350 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1299980-
CMYK00.230.380.49
HSL23.27º23.44%40.98%-
HSV(B)23.27º37.98%50.59%-
XYZ14.9614.179.54-
YUV105.8113.44144.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=41.88%
G=32.14%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129998000.230.380.4923.2723.4440.98
Hex8163500172631171729
Octal2011431200274661272751
Binary10000001110001110100000101111001101100011011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816350; }

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

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

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

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

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

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

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

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