#726552

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

Shades of Coffee #726552

Tints of Coffee #726552

Color information

#726552 (or 0x726552) is unknown color: approx Coffee. HEX triplet: 72, 65 and 52. RGB value is (114,101,82). Sum of RGB (Red+Green+Blue) = 114+101+82=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #726552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726552 is #8D9AAD. Grayscale: #666666. Windows color (decimal): -9280174 or 5399922. OLE color: 5399922.

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

Color convert

RGB11410182-
CMYK00.110.280.55
HSL35.63º16.33%38.43%-
HSV(B)35.63º28.07%44.71%-
XYZ13.1213.499.9-
YUV102.72116.31136.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=38.38%
G=34.01%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141018200.110.280.5535.6316.3338.43
Hex7265520B1C37241026
Octal1621451220133467442046
Binary111001011001011010010010111110011011110010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726552; }

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

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

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

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

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

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

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

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