#726952

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

Shades of Coffee #726952

Tints of Coffee #726952

Color information

#726952 (or 0x726952) is unknown color: approx Coffee. HEX triplet: 72, 69 and 52. RGB value is (114,105,82). Sum of RGB (Red+Green+Blue) = 114+105+82=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #726952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726952 is #8D96AD. Grayscale: #696969. Windows color (decimal): -9279150 or 5400946. OLE color: 5400946.

HSL color Cylindrical-coordinate representation of color #726952: hue angle of 43.12º 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 #726952 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB11410582-
CMYK00.080.280.55
HSL43.12º16.33%38.43%-
HSV(B)43.12º28.07%44.71%-
XYZ13.5114.2910.03-
YUV105.07114.98134.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=37.87%
G=34.88%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141058200.080.280.5543.1216.3338.43
Hex726952081C372b1026
Octal1621511220103467532046
Binary111001011010011010010010001110011011110101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726952; }

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

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

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

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

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

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

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

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