#816950

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

Shades of Roman Coffee #816950

Tints of Roman Coffee #816950

Color information

#816950 (or 0x816950) is unknown color: approx Roman Coffee. HEX triplet: 81, 69 and 50. RGB value is (129,105,80). Sum of RGB (Red+Green+Blue) = 129+105+80=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #816950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816950 is #7E96AF. Grayscale: #6D6D6D. Windows color (decimal): -8296112 or 5269889. OLE color: 5269889.

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

Color convert

RGB12910580-
CMYK00.190.380.49
HSL30.61º23.44%40.98%-
HSV(B)30.61º37.98%50.59%-
XYZ15.5515.359.73-
YUV109.33111.45142.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=41.08%
G=33.44%
B=25.48%

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
Decimal1291058000.190.380.4930.6123.4440.98
Hex81695001326311f1729
Octal2011511200234661372751
Binary10000001110100110100000100111001101100011111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816950; }

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

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

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

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

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

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

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

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