#746952

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

Shades of Coffee #746952

Tints of Coffee #746952

Color information

#746952 (or 0x746952) is unknown color: approx Coffee. HEX triplet: 74, 69 and 52. RGB value is (116,105,82). Sum of RGB (Red+Green+Blue) = 116+105+82=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #746952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746952 is #8B96AD. Grayscale: #696969. Windows color (decimal): -9148078 or 5400948. OLE color: 5400948.

HSL color Cylindrical-coordinate representation of color #746952: hue angle of 40.59º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746952 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB11610582-
CMYK00.090.290.55
HSL40.59º17.17%38.82%-
HSV(B)40.59º29.31%45.49%-
XYZ13.7814.4310.04-
YUV105.67114.64135.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=38.28%
G=34.65%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161058200.090.290.5540.5917.1738.82
Hex746952091D37291127
Octal1641511220113567512147
Binary111010011010011010010010011110111011110100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746952; }

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

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

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

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

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

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

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

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