#726550

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

Shades of Coffee #726550

Tints of Coffee #726550

Color information

#726550 (or 0x726550) is unknown color: approx Coffee. HEX triplet: 72, 65 and 50. RGB value is (114,101,80). Sum of RGB (Red+Green+Blue) = 114+101+80=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #726550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726550 is #8D9AAF. Grayscale: #666666. Windows color (decimal): -9280176 or 5268850. OLE color: 5268850.

HSL color Cylindrical-coordinate representation of color #726550: hue angle of 37.06º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726550 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11410180-
CMYK00.110.300.55
HSL37.06º17.53%38.04%-
HSV(B)37.06º29.82%44.71%-
XYZ13.0413.469.5-
YUV102.49115.31136.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=38.64%
G=34.24%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141018000.110.300.5537.0617.5338.04
Hex7265500B1E37251226
Octal1621451200133667452246
Binary111001011001011010000010111111011011110010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726550; }

 p { color: rgb(114,101,80); }

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

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

 a { background-color: rgb(114,101,80); }

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

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

 span { border-color: rgb(114,101,80); }

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