#736950

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

Shades of Coffee #736950

Tints of Coffee #736950

Color information

#736950 (or 0x736950) is unknown color: approx Coffee. HEX triplet: 73, 69 and 50. RGB value is (115,105,80). Sum of RGB (Red+Green+Blue) = 115+105+80=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #736950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736950 is #8C96AF. Grayscale: #696969. Windows color (decimal): -9213616 or 5269875. OLE color: 5269875.

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

Color convert

RGB11510580-
CMYK00.090.300.55
HSL42.86º17.95%38.24%-
HSV(B)42.86º30.43%45.1%-
XYZ13.5714.339.64-
YUV105.14113.81135.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.33%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=38.33%
G=35%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151058000.090.300.5542.8617.9538.24
Hex736950091E372b1226
Octal1631511200113667532246
Binary111001111010011010000010011111011011110101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736950; }

 p { color: rgb(115,105,80); }

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

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

 a { background-color: rgb(115,105,80); }

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

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

 span { border-color: rgb(115,105,80); }

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