#816250

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

Shades of Roman Coffee #816250

Tints of Roman Coffee #816250

Color information

#816250 (or 0x816250) is unknown color: approx Roman Coffee. HEX triplet: 81, 62 and 50. RGB value is (129,98,80). Sum of RGB (Red+Green+Blue) = 129+98+80=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #816250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816250 is #7E9DAF. Grayscale: #696969. Windows color (decimal): -8297904 or 5268097. OLE color: 5268097.

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

Color convert

RGB1299880-
CMYK00.240.380.49
HSL22.04º23.44%40.98%-
HSV(B)22.04º37.98%50.59%-
XYZ14.8713.989.5-
YUV105.22113.77144.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=42.02%
G=31.92%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129988000.240.380.4922.0423.4440.98
Hex8162500182631161729
Octal2011421200304661262751
Binary10000001110001010100000110001001101100011011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816250; }

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

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

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

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

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

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

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

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