Html Css Color HEX #736950 Coffee

📋 copy color: '#736950'

red 115 ◦ green 105 ◦ blue 80

#736950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coffee #736950

Tints of Coffee #736950

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 value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#736950 (or 0x736950) is known color: 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

RGB 115 105 80 -
CMYK 0 0.09 0.30 0.55
HSL 42.86º 0.18% 0.38% -
HSV(B) 42.86º 0.3% 0.45% -
XYZ 13.57 14.33 9.64 -
YUV 105.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 115 105 80 0 0.09 0.30 0.55 42.86 0.18 0.38
Hex 73 69 50 0 9 1E 37 2B 12 26
Octal 163 151 120 0 11 36 67 53 22 46
Binary 1110011 1101001 1010000 0 1001 11110 110111 101011 10010 100110

Color Harmonies of #736950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736950

Black with #736950

Text Example


Text Example

White with #736950

Text Example


Text Example

HTML Codes & Css Web 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>