#816450

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

Shades of Roman Coffee #816450

Tints of Roman Coffee #816450

Color information

#816450 (or 0x816450) is unknown color: approx Roman Coffee. HEX triplet: 81, 64 and 50. RGB value is (129,100,80). Sum of RGB (Red+Green+Blue) = 129+100+80=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #816450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816450 is #7E9BAF. Grayscale: #6A6A6A. Windows color (decimal): -8297392 or 5268609. OLE color: 5268609.

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

Color convert

RGB12910080-
CMYK00.220.380.49
HSL24.49º23.44%40.98%-
HSV(B)24.49º37.98%50.59%-
XYZ15.0614.369.57-
YUV106.39113.11144.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=41.75%
G=32.36%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291008000.220.380.4924.4923.4440.98
Hex8164500162631181729
Octal2011441200264661302751
Binary10000001110010010100000101101001101100011100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816450; }

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

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

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

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

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

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

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

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